Skip to content

Commit

Permalink
Fixed eslint files
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Nov 26, 2024
1 parent ed4f365 commit 747d288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions controller/.storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"include": [
"./*.ts",
"./*.js",
"../types/**/*.ts",
"../components/**/*.ts",
"../components/**/*.tsx"
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default [{
"common/lib",
"controller/lib",
"controller/storybook-static",
"controller/test/**.js",
"controller/next-env.d.ts",
"eslint.config.mjs"
],
Expand Down

0 comments on commit 747d288

Please sign in to comment.