Skip to content

Commit

Permalink
chore(.eslintrc): remove redundant impliedStrict option
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 25, 2021
1 parent ae36f6c commit f631310
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 f631310

Please sign in to comment.