Skip to content

Commit

Permalink
feat: Disable eslint by default
Browse files Browse the repository at this point in the history
This speeds up build times a lot

BREAKING CHANGE: Enable eslint using --features=eslint
  • Loading branch information
ephys committed Apr 13, 2018
1 parent c7ec6ee commit f1f9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internals/webpack/features/eslint.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class EslintFeature extends BaseFeature {
}

isDefaultEnabled() {
return this.isDev();
return false;
}

visit(webpack: WebpackConfigBuilder) {
Expand Down

0 comments on commit f1f9e4b

Please sign in to comment.