Skip to content

Commit

Permalink
chore: update eslint-plugin-unicorn to ^16.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: eslint-plugin-unicorn requires Node.js 10
(sindresorhus/eslint-plugin-unicorn@d2ffe2c) and changes the
number-literal-case to require lower-case 'e'
(sindresorhus/eslint-plugin-unicorn#490).

Fixes: #8

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
  • Loading branch information
kevinoid committed Feb 1, 2020
1 parent b9b90c4 commit 1a58253
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -36,7 +36,7 @@
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^15.0.0"
"eslint-plugin-unicorn": "^16.0.0"
},
"devDependencies": {
"eclint": "^2.8.1",
Expand All @@ -46,12 +46,12 @@
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^15.0.0",
"eslint-plugin-unicorn": "^16.0.0",
"greenkeeper-lockfile": "^1.15.1",
"peer-version-check": "^0.1.0"
},
"engines": {
"node": ">=8.3",
"node": ">=10",
"npm": ">=1.3.7"
}
}

0 comments on commit 1a58253

Please sign in to comment.