Skip to content

Commit

Permalink
chore(.eslintrc): remove redundant impliedStrict option (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 25, 2021
1 parent 38d4b67 commit 944ed87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ module.exports = {
],
parserOptions: {
ecmaVersion: 2019,
ecmaFeatures: {
impliedStrict: true,
},
},
plugins: [
"import",
Expand Down

0 comments on commit 944ed87

Please sign in to comment.