Skip to content

Commit 73b5767

Browse files
committed
chore: Update eslint configuration and devDependencies
1 parent 9cb5c9c commit 73b5767

3 files changed

Lines changed: 200 additions & 3920 deletions

File tree

.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"env": {
33
"browser": true,
4+
"commonjs": true,
45
"es2021": true
56
},
67
"extends": [
@@ -9,8 +10,7 @@
910
],
1011
"parser": "@typescript-eslint/parser",
1112
"parserOptions": {
12-
"ecmaVersion": "latest",
13-
"sourceType": "module"
13+
"ecmaVersion": "latest"
1414
},
1515
"plugins": [
1616
"@typescript-eslint"

0 commit comments

Comments
 (0)