Skip to content

Commit

Permalink
Gruntfile eslint target fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Mar 26, 2021
1 parent cd1477a commit 5423483
Show file tree
Hide file tree
Showing 6 changed files with 31,636 additions and 35,869 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = (grunt) => {
libraryExport: 'default',
},
resolve: {
extensions: ['.ts', '.js', '.json'],
extensions: ['.ts', '.js', '.json']
},
devtool: process.env.VEX_GENMAP || mode === 'production' ? 'source-map' : false,
module: {
Expand Down Expand Up @@ -77,7 +77,7 @@ module.exports = (grunt) => {
},
},
eslint: {
target: SOURCES.concat('./tests/**/*.?s'),
target: SOURCES.concat(['./tests/**/*.ts', './tests/**/*.js']),
options: { fix: true },
},
qunit: {
Expand Down
Loading

0 comments on commit 5423483

Please sign in to comment.