Skip to content

Commit

Permalink
eslint: env node for node files
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Jun 2, 2024
1 parent 2e76339 commit 4df6fab
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 @@ -13,6 +13,16 @@
"importScript": "readonly",
"importStylesheet": "readonly"
},
"overrides": [
{
"files": [
"bin/*.js"
],
"env": {
"node": true
}
}
],
"parserOptions": {
"ecmaVersion": 2018,
"requireConfigFile": false,
Expand Down

0 comments on commit 4df6fab

Please sign in to comment.