2021-11-17 14:18:15 +01:00
|
|
|
{
|
|
|
|
|
"root": true,
|
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
|
"plugins": [
|
|
|
|
|
"@typescript-eslint"
|
|
|
|
|
],
|
|
|
|
|
"extends": [
|
|
|
|
|
"eslint:recommended",
|
|
|
|
|
"plugin:@typescript-eslint/recommended"
|
2021-11-24 00:00:22 +01:00
|
|
|
],
|
|
|
|
|
"ignorePatterns": [
|
|
|
|
|
"**/*.js",
|
|
|
|
|
"!src/**/*.ts"
|
2021-11-17 14:18:15 +01:00
|
|
|
]
|
|
|
|
|
}
|