Skip to content

Commit

Permalink
chore: remove strict rule in getting-started eslint config
Browse files Browse the repository at this point in the history
Since sourceType is module, the configuration of strict rule is not needed.
  • Loading branch information
alisabzevari committed Jun 26, 2021
1 parent e2b064f commit ddbf67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion getting-started/.eslintrc
Expand Up @@ -7,7 +7,6 @@
"sourceType": "module"
},
"rules": {
"strict": ["error", "global"],
"no-use-before-define": ["error", "nofunc"],
"no-console": "off",
"import/no-unresolved": "off",
Expand Down

0 comments on commit ddbf67f

Please sign in to comment.