Skip to content

Commit

Permalink
use shared settings (#194)
Browse files Browse the repository at this point in the history
fix #192
  • Loading branch information
bertho-zero authored and suchipi committed Dec 13, 2018
1 parent f33b953 commit e8f6256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/utils.js
Expand Up @@ -109,6 +109,9 @@ function getRelevantESLintConfig(eslintConfig, eslintPath) {
return {
// defaults
useEslintrc: false,
baseConfig: {
settings: eslintConfig.settings || {}
},
...eslintConfig,
// overrides
rules: relevantRules,
Expand Down

0 comments on commit e8f6256

Please sign in to comment.