Skip to content

Commit

Permalink
pfix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
iona-andras-nemes committed Dec 12, 2024
1 parent dce9037 commit c37a96e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"@acuris"
],
"parserOptions": {
"project": "./tsconfig.json"
"project": [
"./tsconfig.json",
"./tsconfig-test.json"
]
}
}
11 changes: 11 additions & 0 deletions tsconfig-test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "@acuris/eslint-config/tsconfig.json",
"compilerOptions": {
"noEmit": false,
"module": "commonjs",
"target": "es2017",
"declaration": true,
"outDir": "./dist-test"
},
"include": ["test/**/*"]
}

0 comments on commit c37a96e

Please # to comment.