-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: Use external/personal ESLint config package
- Loading branch information
1 parent
fb0960e
commit c87fefb
Showing
12 changed files
with
1,767 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { eslintConfigs } from "@myboothmanager/dev-shared"; | ||
import { ts } from "@somni/eslint-config"; | ||
|
||
export default [ | ||
...eslintConfigs.typescript, | ||
...ts, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { eslintConfigs } from "@myboothmanager/dev-shared"; | ||
import { vueTs } from "@somni/eslint-config"; | ||
|
||
export default [ | ||
...eslintConfigs.vue, | ||
...vueTs, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { eslintConfigs } from "@myboothmanager/dev-shared"; | ||
import { vueTs } from "@somni/eslint-config"; | ||
|
||
export default [ | ||
...eslintConfigs.vue, | ||
...vueTs, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
import { eslintConfigs } from "@myboothmanager/dev-shared"; | ||
import { ts } from "@somni/eslint-config"; | ||
|
||
export default [ | ||
...eslintConfigs.typescript, | ||
...ts, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import { eslintConfigs } from "@myboothmanager/dev-shared"; | ||
import withNuxt from "./.nuxt/eslint.config.mjs"; | ||
import { vueTs } from "@somni/eslint-config"; | ||
import { withNuxt } from "./.nuxt/eslint.config.mjs"; | ||
|
||
export default withNuxt( | ||
...eslintConfigs.vue, | ||
...vueTs, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters