Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
k-genov committed Dec 20, 2024
1 parent 28b8d97 commit c70cab4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/scion/toolkit/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ module.exports = tseslint.config(
...rootConfig,
{
files: ["**/*.ts"],
languageOptions: {
parserOptions: {
project: "projects/scion/toolkit/tsconfig.(lib|spec).json", // TODO delete me
},
},
rules: {},
},
{
Expand Down

0 comments on commit c70cab4

Please sign in to comment.