File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55/** /test-results /
66/** /bin /
77/** /build /
8+ /** /generated /
89
910* .md
1011* .html
@@ -19,4 +20,3 @@ package-lock.json
1920Localize /out /
2021Localize /packages /
2122/** /resources /
22- packages /arm-batch-rest /src /generated /
Original file line number Diff line number Diff line change 4040 "clean:esm" : " bux rmrf ./lib" ,
4141 "clean:cjs" : " bux rmrf ./lib-cjs" ,
4242 "generate:client" : " autorest --typescript swagger/README.md" ,
43- "lint" : " eslint" ,
43+ "lint" : " eslint . --max-warnings 0 " ,
4444 "test" : " jest" ,
4545 "test:all" : " npm run test:coverage" ,
4646 "test:coverage" : " jest --collect-coverage" ,
Original file line number Diff line number Diff line change 3131 "test:all" : " npm run test:coverage" ,
3232 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3333 "test:watch" : " jest --watch" ,
34- "lint" : " eslint ." ,
34+ "lint" : " eslint . --max-warnings 0 " ,
3535 "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3636 "workspace:build" : " npm run build" ,
3737 "workspace:build:clean" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 3333 "test:watch" : " jest --watch" ,
3434 "test:a11y" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test" ,
3535 "test:a11y:watch" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch" ,
36- "lint" : " eslint ." ,
36+ "lint" : " eslint . --max-warnings 0 " ,
3737 "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3838 "workspace:build" : " npm run build" ,
3939 "workspace:build:clean" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 3232 "test:all" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage" ,
3333 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3434 "test:watch" : " jest --watch" ,
35- "lint" : " eslint ." ,
35+ "lint" : " eslint . --max-warnings 0 " ,
3636 "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3737 "workspace:watch:lib" : " npm run watch" ,
3838 "workspace:build" : " npm run build" ,
Original file line number Diff line number Diff line change 3434 "test:watch" : " jest --watch" ,
3535 "test:a11y" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test" ,
3636 "test:a11y:watch" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:watch" ,
37- "lint" : " eslint ." ,
37+ "lint" : " eslint . --max-warnings 0 " ,
3838 "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3939 "workspace:build" : " npm run build" ,
4040 "workspace:build:clean" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 3131 "test:all" : " npm run test:coverage" ,
3232 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3333 "test:watch" : " jest --watch" ,
34- "lint" : " eslint ." ,
34+ "lint" : " eslint . --max-warnings 0 " ,
3535 "watch" : " run-p \" compile:* -- --watch --preserveWatchOutput\" " ,
3636 "workspace:build" : " npm run build" ,
3737 "workspace:build:clean" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 2020 "build" : " tsc -b ./config/tsconfig.build.json && node ./bin/bux chmodx ./bin/bux" ,
2121 "bux" : " npm run build && node ./bin/bux" ,
2222 "clean" : " rimraf ./lib && rimraf ./build" ,
23- "lint" : " eslint ." ,
23+ "lint" : " eslint . --max-warnings 0 " ,
2424 "lint:fix" : " npm run lint --fix" ,
2525 "build:clean" : " run-s clean build" ,
2626 "prepack" : " npm run build:clean" ,
Original file line number Diff line number Diff line change 1414 ],
1515 "ignorePatterns" : [
1616 " **/coverage/*" ,
17+ " **/generated/*" ,
1718 " **/lib/**/*" ,
1819 " **/lib-*/**/*" ,
1920 " **/node_modules/**/*"
Original file line number Diff line number Diff line change 3636 "test:all" : " cross-env BE_ENABLE_A11Y_TESTING=true npm run test:coverage" ,
3737 "test:debug" : " node --inspect-brk ./node_modules/.bin/jest --runInBand --watch" ,
3838 "test:watch" : " jest --watch" ,
39- "lint" : " eslint ." ,
39+ "lint" : " eslint . --max-warnings 0 " ,
4040 "server" : " webpack-dev-server" ,
4141 "start" : " npm run start:dev" ,
4242 "start:dev" : " npm run clean && npm run build-translations && npm run server -- --env dev" ,
You can’t perform that action at this time.
0 commit comments