File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55 command :
66 - npm config set "//registry.npmjs.org/:_authToken" $${NPM_TOKEN}
77 - yarn install --frozen-lockfile
8- - yarn lint
8+ - yarn lint || true
99 - yarn test
1010 - yarn test:ci
1111 plugins :
Original file line number Diff line number Diff line change 9393 command : yarn install --frozen-lockfile
9494 - run :
9595 name : Run Linter (not enforcing for now)
96- command : yarn lint
96+ command : yarn lint || true
9797 - run :
9898 name : Run Tests
9999 command : yarn test
Original file line number Diff line number Diff line change 1717 "no-shadow": "warn",
1818 "no-plusplus": "off",
1919 "no-template-curly-in-string": "warn",
20- "no-useless-escape": "warn"
20+ "no-useless-escape": "warn",
21+ "no-return-assign": "warn",
22+ "no-unused-vars": "warn",
23+ "no-param-reassign": "warn"
2124 },
2225 "overrides": [
2326 {
You can’t perform that action at this time.
0 commit comments