12 lines
237 B
JSON
12 lines
237 B
JSON
![]() |
{
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:@typescript-eslint/recommended",
|
||
|
"prettier"
|
||
|
],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": ["@typescript-eslint"],
|
||
|
"root": true,
|
||
|
"ignorePatterns": ["*.min.js"]
|
||
|
}
|