Skip to content

Commit

Permalink
ember-cli-build: Set "eslintRulePaths" for "emberjs-build"
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 3, 2017
1 parent f8f080c commit e45d268
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ module.exports = function() {
development: babelConfigFor('development'),
production: babelConfigFor('production')
},
eslintRulePaths: [__dirname + '/lib/eslint-rules'],
features: {
development: getFeatures('development'),
production: getFeatures('production')
Expand Down

0 comments on commit e45d268

Please sign in to comment.