Skip to content

Commit

Permalink
fix(deps-dev): updated to eslint 6.0.1
Browse files Browse the repository at this point in the history
6.0.1 contains a fix for getting rules without attempting to lint
something first.
  • Loading branch information
jnmorse committed Jun 25, 2019
1 parent d0871ce commit 2964b07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"devDependencies": {
"babel-eslint": "^10.0.2",
"chai": "^4.2.0",
"eslint": "^6.0.0",
"eslint": "^6.0.1",
"eslint-config-jnmorse": "^2.4.4",
"eslint-plugin-react": "^7.14.1",
"mocha": "^6.1.4",
"react": "^16.8.6",
"standard-version": "^6.0.1"
},
"peerDependencies": {
"eslint": ">= 6"
"eslint": ">= 6.0.1"
}
}
2 changes: 0 additions & 2 deletions utils/load-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class LoadConfig {
})
}

cli.executeOnText('') // need to actually load everything

this.rules = sortRules(cli.getRules())

const { rules } = cli.getConfigForFile(configFile || pack.main)
Expand Down

0 comments on commit 2964b07

Please sign in to comment.