Skip to content

Commit

Permalink
fix: remove obsolete ignorePatterns: ['*.cjs'] from template `.esli…
Browse files Browse the repository at this point in the history
…ntrc.cjs` (#9797)

mentioned in #9749 that it's no longer necessary

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
  • Loading branch information
baseballyama and dummdidumm authored Apr 28, 2023
1 parent d597ba8 commit e3cfe2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-poets-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

fix: remove obsolete `ignorePatterns: ['*.cjs']` from .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
ignorePatterns: ['*.cjs'],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module.exports = {
],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
ignorePatterns: ['*.cjs'],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2020,
Expand Down

0 comments on commit e3cfe2b

Please sign in to comment.