Skip to content

Commit

Permalink
chore(deps-dev): bump eslint from 7.32.0 to 8.8.0 (#2888)
Browse files Browse the repository at this point in the history
Closes #2876
  • Loading branch information
char0n authored Feb 9, 2022
1 parent ef258fb commit 249d4f0
Show file tree
Hide file tree
Showing 19 changed files with 602 additions and 1,702 deletions.
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",

"env": {
"browser": true,
Expand All @@ -18,6 +18,12 @@

"plugins": ["react", "import", "mocha", "jest"],

"settings": {
"react": {
"version": "17.0.2"
}
},

"rules": {
"semi": [2, "never"],
"strict": 0,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
steps.cache-node-modules.outputs.cache-hit != 'true' ||
steps.cache-cypress-binary.outputs.cache-hit != 'true'
run: npm ci
- name: Lint code for errors only
run: npm run lint-errors
- name: Lint code
run: npm run lint
- name: Run all tests
run: npm test
env:
Expand Down
Loading

0 comments on commit 249d4f0

Please sign in to comment.