Skip to content

Commit

Permalink
Merge pull request #1516 from pikadun/patch-1
Browse files Browse the repository at this point in the history
Update eslintConfig.rules
  • Loading branch information
feross committed Oct 22, 2020
2 parents 0c27f99 + 31e10e7 commit 8bdade1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,9 @@ Or, add this to `package.json`:
"eslintConfig": {
"rules": {
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error"
"@typescript-eslint/no-unused-vars": "error",
"no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "error",
}
},
"standardx": {
Expand Down

0 comments on commit 8bdade1

Please sign in to comment.