15 lines
No EOL
255 B
JSON
15 lines
No EOL
255 B
JSON
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended"
|
|
],
|
|
"ignorePatterns": [
|
|
"**/*.js",
|
|
"!src/**/*.ts"
|
|
]
|
|
} |