mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-23 22:33:57 +08:00
ignoring frontend when using eslint
This commit is contained in:
parent
4db07975ff
commit
4aefa017a8
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@
|
|||
"ignorePatterns": [
|
||||
"backend/__tests__/**/*",
|
||||
"backend/setup-tests.ts",
|
||||
"backend/jest.config.ts"
|
||||
"backend/jest.config.ts",
|
||||
"frontend/static/**/*"
|
||||
],
|
||||
"extends": [
|
||||
"eslint:recommended",
|
||||
|
|
Loading…
Reference in a new issue