9 lines
230 B
JSON
9 lines
230 B
JSON
{
|
|
"root": true,
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": { "project": [ "./tsconfig.json" ] },
|
|
"plugins": [
|
|
"@typescript-eslint"
|
|
],
|
|
"ignorePatterns": [ "node_modules/*", "build/*", "public/pb/*" ]
|
|
}
|