2023-06-22 16:45:31 +00:00
|
|
|
{
|
2023-06-23 19:04:38 +00:00
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es6": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"eslint:recommended",
|
|
|
|
"plugin:@typescript-eslint/eslint-recommended",
|
|
|
|
"plugin:@typescript-eslint/recommended",
|
|
|
|
"plugin:import/recommended",
|
|
|
|
"plugin:import/electron",
|
|
|
|
"plugin:import/typescript"
|
|
|
|
],
|
|
|
|
"parser": "@typescript-eslint/parser"
|
2023-06-22 16:45:31 +00:00
|
|
|
}
|