Skip to content
This repository was archived by the owner on Dec 12, 2022. It is now read-only.

Commit fdb9fd7

Browse files
committed
Tweaked linting
Packages added in another commit
1 parent fd7501b commit fdb9fd7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.eslintrc.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"root": true,
3+
"env": {
4+
"browser": true,
5+
"commonjs": true,
6+
"es2021": true,
7+
"node": true
8+
},
9+
"extends": [
10+
"eslint:recommended",
11+
"plugin:@typescript-eslint/recommended"
12+
],
313
"parser": "@typescript-eslint/parser",
414
"parserOptions": {
5-
"ecmaVersion": 6,
6-
"sourceType": "module"
15+
"ecmaVersion": 12
716
},
817
"plugins": [
918
"@typescript-eslint"

0 commit comments

Comments
 (0)