Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
Fixed Eslint rules.
  • Loading branch information
yi committed Oct 20, 2019
1 parent f666a58 commit 8629961
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.js
Expand Up @@ -16,11 +16,13 @@ module.exports = {
rules: {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-non-null-assertion": "off"
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-this-alias": "off",
"prefer-rest-params": "off"
},
settings: {
react: {
version: 'detect',
},
},
};
};

0 comments on commit 8629961

Please sign in to comment.