We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37ee27 commit 61ef013Copy full SHA for 61ef013
packages/create-svelte/shared/+eslint+typescript/.eslintrc.cjs
@@ -2,14 +2,12 @@ module.exports = {
2
root: true,
3
extends: [
4
'eslint:recommended',
5
- 'plugin:@typescript-eslint/recommended-type-checked',
6
- 'plugin:@typescript-eslint/stylistic-type-checked',
+ 'plugin:@typescript-eslint/recommended',
7
'plugin:svelte/recommended'
8
],
9
parser: '@typescript-eslint/parser',
10
plugins: ['@typescript-eslint'],
11
parserOptions: {
12
- project: true,
13
sourceType: 'module',
14
ecmaVersion: 2020,
15
extraFileExtensions: ['.svelte']
0 commit comments