Skip to content

Commit 528f570

Browse files
Unnecessary repetition
1 parent a78df2c commit 528f570

15 files changed

Lines changed: 4 additions & 29 deletions

File tree

packages/codemods/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
overrides: [
1412
{

packages/eslint-plugin-query/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/query-async-storage-persister/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/query-broadcast-client-experimental/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/query-core/.eslintrc.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
1110
},
1211
}
1312

packages/query-devtools/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/query-persist-client-core/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/query-sync-storage-persister/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
}
1412

packages/react-query-devtools/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
rules: {
1412
'react/jsx-key': ['error', { checkFragmentShorthand: true }],

packages/react-query-persist-client/.eslintrc.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const config = {
77
parserOptions: {
88
tsconfigRootDir: __dirname,
99
project: './tsconfig.eslint.json',
10-
sourceType: 'module',
11-
ecmaVersion: 2020,
1210
},
1311
rules: {
1412
'react/jsx-key': ['error', { checkFragmentShorthand: true }],

0 commit comments

Comments
 (0)