Skip to content

Commit

Permalink
fix(eslint): 🚨 fix eslint for gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNZL committed Jul 9, 2022
1 parent d6733ee commit 6b0b449
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
},
{
"files": [
"gulpfile.js"
],
"env": {
"browser": false,
"webextensions": false,
"node": true
}
}
],
"rules": {
Expand Down

0 comments on commit 6b0b449

Please sign in to comment.