Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! edit
Browse files Browse the repository at this point in the history
  • Loading branch information
tamuratak committed Oct 21, 2024
1 parent 152b2ca commit 8570fe8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 18 deletions.
12 changes: 7 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,12 @@ export default tseslint.config(
...tseslint.configs.recommended,
...tseslint.configs.stylistic,
{
ignores: ["viewer/**/*.ts"],
languageOptions: {
ecmaVersion: 2018,
parserOptions: {
project: "./tsconfig.eslint.json",
projectService: {
defaultProject: "tsconfig.json",
},
tsconfigRootDir: import.meta.dirname
},
},
Expand Down Expand Up @@ -143,12 +144,13 @@ export default tseslint.config(
},
},
{
ignores: ["src/**/*.ts", "test/**/*.ts"],
languageOptions: {
ecmaVersion: 2018,
parserOptions: {
project: "./tsconfig.eslint.viewer.json",
tsconfigRootDir: import.meta.dirname
projectService: {
defaultProject: "tsconfig.json",
},
tsconfigRootDir: import.meta.dirname + "/viewer"
},
},
rules: {
Expand Down
7 changes: 0 additions & 7 deletions tsconfig.eslint.json

This file was deleted.

6 changes: 0 additions & 6 deletions tsconfig.eslint.viewer.json

This file was deleted.

0 comments on commit 8570fe8

Please sign in to comment.