Skip to content

Commit

Permalink
chore(linting): browser: false, avoiding globals like name being …
Browse files Browse the repository at this point in the history
…pre-set
  • Loading branch information
brettz9 committed Apr 28, 2021
1 parent f19e706 commit fb6bc0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "canonical",
"root": true,
"env": {
"browser": false
},
"overrides": [{
"files": ".ncurc.js",
"parserOptions": {
Expand Down

0 comments on commit fb6bc0b

Please sign in to comment.