Skip to content

Commit

Permalink
v17 (#273)
Browse files Browse the repository at this point in the history
* update eslint-plugin-unicorn to 25. Update peerDep

* v17

* support prettier/unicorn

Co-authored-by: Thomas Lindner <[email protected]>
  • Loading branch information
pohnemus and tclindner authored Jan 5, 2021
1 parent be1c6ab commit e3b319a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 22 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'plugin:eslint-comments/recommended',
'plugin:jest/recommended',
'plugin:unicorn/recommended',
'prettier/unicorn',
bestPractices,
errors,
es6,
Expand Down
35 changes: 16 additions & 19 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "16.4.0",
"version": "17.0.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-unicorn": "^24.0.0",
"eslint-plugin-unicorn": "^25.0.1",
"is-plain-obj": "^3.0.0",
"jest": "^26.6.3",
"npm-package-json-lint": "^5.1.0",
Expand All @@ -57,7 +57,7 @@
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jest": "^24.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-unicorn": "^23.0.0 || ^24.0.0",
"eslint-plugin-unicorn": "^23.0.0 || ^24.0.0 || ^25.0.0",
"prettier": "^2.0.0"
},
"engines": {
Expand Down

0 comments on commit e3b319a

Please sign in to comment.