-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds autocompletion in .eslintrc.cjs files (#11091)
* Support autocompletion * Support autocompletion * Support autocompletion * Support autocompletion * Update packages/create-svelte/shared/+eslint-typescript/.eslintrc.cjs * Update packages/create-svelte/shared/+eslint+typescript/.eslintrc.cjs * Update packages/create-svelte/shared/+eslint+prettier-typescript/.eslintrc.cjs * Create spotty-eagles-sit.md * Update packages/create-svelte/shared/+eslint+prettier+typescript/.eslintrc.cjs --------- Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
- Loading branch information
1 parent
09e77e8
commit 07c76b1
Showing
5 changed files
with
9 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"create-svelte": patch | ||
--- | ||
|
||
chore: add type declaration to `.eslintrc.cjs` files |
1 change: 1 addition & 0 deletions
1
packages/create-svelte/shared/+eslint+prettier+typescript/.eslintrc.cjs
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,3 +1,4 @@ | ||
/** @type { import("eslint").Linter.FlatConfig } */ | ||
module.exports = { | ||
root: true, | ||
extends: [ | ||
|
1 change: 1 addition & 0 deletions
1
packages/create-svelte/shared/+eslint+prettier-typescript/.eslintrc.cjs
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,3 +1,4 @@ | ||
/** @type { import("eslint").Linter.FlatConfig } */ | ||
module.exports = { | ||
root: true, | ||
extends: [ | ||
|
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