Skip to content

Commit

Permalink
feat: update Airbnb package to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Hedgecock committed Jun 22, 2018
1 parent 463170d commit 53b6a77
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ formatting.
- 🎉 Encourages ESModules everywhere

The most important opinion of Eloquence is that we believe linters shouldn't get
in your way while developing, so in dev environments all rules related to
in your way while developing, so in non-test environments all rules related to
styling are downgraded to warnings and all formatting rules are silenced. See
[Rules](#rules) for details.

Expand Down Expand Up @@ -106,7 +106,7 @@ is NOT included in the dependencies of this project!_
## 👩‍🏫 Rules

The Eloquence ruleset balances providing a rigorous, comprehensive ruleset with
providing only valuable linting messaging during development workflows. A
providing only valuable linting messaging during non-test workflows. A
comprehensive ruleset helps people contribute to projects by programatically
answering questions about the code conventions expected by a project. However a
comprehensive ruleset can also inhibit creative problem solving by distracting
Expand All @@ -117,7 +117,7 @@ intelligently adjusts the linter error level for rule types by environment:

| Env | Quality | Style | Formatting |
| ---- | ------- | ------- | ---------- |
| Prod | `error` | `error` | `error` |
| Test | `error` | `error` | `error` |
| Dev | `error` | `warn` | `off` |

So you always see feedback related to code quality, but during development non
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"dependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.47.1",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2"
"eslint-config-airbnb": "17.0.0",
"eslint-config-prettier": "~2.9.0",
"eslint-plugin-flowtype": "~2.49.3",
"eslint-plugin-import": "~2.12.0",
"eslint-plugin-jsx-a11y": "~6.0.3",
"eslint-plugin-prettier": "~2.6.0",
"eslint-plugin-react": "~7.9.1"
},
"devDependencies": {
"commitizen": "^2.10.1",
"cz-customizable": "^5.2.0",
"prettier": "^1.13.5",
"semantic-release": "^15.5.2"
"semantic-release": "^15.6.0"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 53b6a77

Please sign in to comment.