Skip to content

Commit

Permalink
Update eslint-remote-tester.config.js (#1733)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Feb 17, 2022
1 parent 6ad3c60 commit 40b6f05
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/smoke/eslint-remote-tester.config.js
Expand Up @@ -10,7 +10,7 @@ module.exports = {
pathIgnorePattern: getPathIgnorePattern(),

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

/** Maximum amount of tasks ran concurrently */
concurrentTasks: 3,
Expand All @@ -24,13 +24,8 @@ module.exports = {
/** ESLint configuration */
eslintrc: {
root: true,
env: {
es6: true,
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
ecmaFeatures: {
jsx: true,
},
Expand Down

0 comments on commit 40b6f05

Please sign in to comment.