We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1892bcc commit 8189f20Copy full SHA for 8189f20
packages/@vue/cli-plugin-eslint/lint.js
@@ -21,7 +21,7 @@ module.exports = function lint (args = {}, api) {
21
const { CLIEngine } = require('eslint')
22
const { log, done, exit, chalk } = require('@vue/cli-shared-utils')
23
24
- const files = args._ && args._.length ? args._ : ['src', 'tests', '*.js']
+ const files = args._ && args._.length ? args._ : ['src', 'tests', '*.js', '.*.js']
25
const extensions = require('./eslintOptions').extensions(api)
26
const argsConfig = normalizeConfig(args)
27
const config = Object.assign({
0 commit comments