mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 13:13:59 +03:00
15 lines
312 B
JSON
15 lines
312 B
JSON
|
{
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"es2021": true
|
||
|
},
|
||
|
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": "latest",
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"plugins": ["@typescript-eslint"],
|
||
|
"rules": {}
|
||
|
}
|