File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44/* auto-generated by NAPI-RS */
55
6- export function validateConfig ( configStr : string ) : void
7- export function validatePackage ( appPath : string , nodeModulesPath : string ) : void
8- export function validateEnv ( ) : void
9- export function validateRecommend ( appPath : string ) : void
10- export function validateEslint ( ) : void
6+ export function validateConfig ( configStr : string ) : boolean
7+ export function validatePackage ( appPath : string , nodeModulesPath : string ) : boolean
8+ export function validateEnv ( ) : boolean
9+ export function validateRecommend ( appPath : string ) : boolean
10+ export function validateEslint ( ) : boolean
Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "files" : [
18+ " src/validators/config_schema.json" ,
1819 " index.js" ,
1920 " js-binding.js" ,
2021 " js-binding.d.ts"
You can’t perform that action at this time.
0 commit comments