Skip to content

Commit ebe6853

Browse files
committed
lint: fix lint breaking for src/ folder
1 parent 538bdf9 commit ebe6853

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/.eslintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"parserOptions": {
1212
"project": [
13-
"src/tsconfig.app.json",
14-
"src/tsconfig.spec.json"
13+
"tsconfig.app.json",
14+
"tsconfig.spec.json"
1515
],
1616
"createDefaultProgram": true
1717
},

0 commit comments

Comments
 (0)