Skip to content

Commit 61ef013

Browse files
authored
Revert changes to .eslintrc.cjs
1 parent f37ee27 commit 61ef013

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/create-svelte/shared/+eslint+typescript/.eslintrc.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@ module.exports = {
22
root: true,
33
extends: [
44
'eslint:recommended',
5-
'plugin:@typescript-eslint/recommended-type-checked',
6-
'plugin:@typescript-eslint/stylistic-type-checked',
5+
'plugin:@typescript-eslint/recommended',
76
'plugin:svelte/recommended'
87
],
98
parser: '@typescript-eslint/parser',
109
plugins: ['@typescript-eslint'],
1110
parserOptions: {
12-
project: true,
1311
sourceType: 'module',
1412
ecmaVersion: 2020,
1513
extraFileExtensions: ['.svelte']

0 commit comments

Comments
 (0)