Skip to content

Commit 40b6f05

Browse files
authored
Update eslint-remote-tester.config.js (#1733)
1 parent 6ad3c60 commit 40b6f05

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/smoke/eslint-remote-tester.config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
pathIgnorePattern: getPathIgnorePattern(),
1111

1212
/** Extensions of files under scanning */
13-
extensions: ['js', 'jsx', 'ts', 'tsx'],
13+
extensions: ['js', 'cjs', 'mjs', 'ts', 'cts', 'mts', 'jsx', 'tsx', 'vue'],
1414

1515
/** Maximum amount of tasks ran concurrently */
1616
concurrentTasks: 3,
@@ -24,13 +24,8 @@ module.exports = {
2424
/** ESLint configuration */
2525
eslintrc: {
2626
root: true,
27-
env: {
28-
es6: true,
29-
},
3027
parser: '@typescript-eslint/parser',
3128
parserOptions: {
32-
ecmaVersion: 'latest',
33-
sourceType: 'module',
3429
ecmaFeatures: {
3530
jsx: true,
3631
},

0 commit comments

Comments
 (0)