Skip to content

Commit

Permalink
update ESLint plugin version in create-svelte template (#1195)
Browse files Browse the repository at this point in the history
* update ESLint plugin version in create-svelte template

* update lockfile

* add changeset
  • Loading branch information
Conduitry authored Apr 23, 2021
1 parent 7bfb715 commit 1b816b2
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 62 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-pumas-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-svelte': patch
---

Update version of eslint-plugin-svelte3
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
ignorePatterns: ['*.cjs'],
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
settings: {
'svelte3/typescript': require('typescript')
'svelte3/typescript': () => require('typescript')
},
parserOptions: {
sourceType: 'module',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
ignorePatterns: ['*.cjs'],
overrides: [{ files: ['*.svelte'], processor: 'svelte3/svelte3' }],
settings: {
'svelte3/typescript': require('typescript')
'svelte3/typescript': () => require('typescript')
},
parserOptions: {
sourceType: 'module',
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/shared/+eslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"eslint": "^7.22.0",
"eslint-plugin-svelte3": "^3.1.0"
"eslint-plugin-svelte3": "^3.2.0"
}
}
65 changes: 6 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b816b2

Please sign in to comment.