Setup lint for browser and js files
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
{
|
||||
"globals": {},
|
||||
"globals": {
|
||||
"Qs": "readonly"
|
||||
},
|
||||
"env": {
|
||||
"commonjs": true,
|
||||
"es2021": true,
|
||||
"node": true
|
||||
"node": true,
|
||||
"browser": true
|
||||
},
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"plugins": [
|
||||
@@ -39,4 +42,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user