Skip to content

Commit

Permalink
馃挌 eslint is broken after upgrade to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
浣涜倸 committed Dec 25, 2019
1 parent 5a8ebfb commit ed4c867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 0,
'no-param-reassign': 0,
'@typescript-eslint/no-object-literal-type-assertion': 0,
'no-empty-function': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
Expand Down

0 comments on commit ed4c867

Please sign in to comment.