mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
add eslint config (#4457)
This commit is contained in:
parent
b095d9b82f
commit
5e3a524401
3 changed files with 19847 additions and 458 deletions
9
webclient/.eslintrc.json
Normal file
9
webclient/.eslintrc.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"root": true,
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"parserOptions": { "project": [ "./tsconfig.json" ] },
|
||||
"plugins": [
|
||||
"@typescript-eslint"
|
||||
],
|
||||
"ignorePatterns": [ "node_modules/*", "build/*", "public/pb/*" ]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue