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 13d2a3f commit 53498bbCopy full SHA for 53498bb
lib/models/Project.js
@@ -198,6 +198,8 @@ var Project = function () {
198
warn('Linting JS Files ...');
199
this.eslintConfig.useEslintrc = false;
200
201
+ extend(true, this.eslintConfig, this.config._config.eslintConfig);
202
+
203
var cliengine = this.eslintConfig.linter || CLIEngine,
204
// 优先使用项目配置的linter
205
cli = new cliengine(this.eslintConfig),
0 commit comments