Skip to content

Commit a9e8b93

Browse files
authored
Merge pull request #6 from owl-app/fix/lint
[Fix] Lint
2 parents b9d479f + b9b1587 commit a9e8b93

File tree

1 file changed

+3
-1
lines changed
  • packages/common/config/eslint-config-custom

1 file changed

+3
-1
lines changed

packages/common/config/eslint-config-custom/front.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
],
99
"settings": {
1010
"import/resolver": {
11-
"typescript": {}
11+
"typescript": {
12+
"project" : "./tsconfig.eslint.json"
13+
}
1214
}
1315
},
1416
"parserOptions": {

0 commit comments

Comments
 (0)