Skip to content

Commit e3b319a

Browse files
pohnemustclindner
andauthored
v17 (#273)
* update eslint-plugin-unicorn to 25. Update peerDep * v17 * support prettier/unicorn Co-authored-by: Thomas Lindner <[email protected]>
1 parent be1c6ab commit e3b319a

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module.exports = {
1717
'plugin:eslint-comments/recommended',
1818
'plugin:jest/recommended',
1919
'plugin:unicorn/recommended',
20+
'prettier/unicorn',
2021
bestPractices,
2122
errors,
2223
es6,

package-lock.json

Lines changed: 16 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-tc",
3-
"version": "16.4.0",
3+
"version": "17.0.0",
44
"description": "ESLint shareable config for JavaScript projects",
55
"keywords": [
66
"eslintconfig",
@@ -40,7 +40,7 @@
4040
"eslint-plugin-import": "^2.22.1",
4141
"eslint-plugin-jest": "^24.1.3",
4242
"eslint-plugin-prettier": "^3.3.0",
43-
"eslint-plugin-unicorn": "^24.0.0",
43+
"eslint-plugin-unicorn": "^25.0.1",
4444
"is-plain-obj": "^3.0.0",
4545
"jest": "^26.6.3",
4646
"npm-package-json-lint": "^5.1.0",
@@ -57,7 +57,7 @@
5757
"eslint-plugin-import": "^2.0.0",
5858
"eslint-plugin-jest": "^24.0.0",
5959
"eslint-plugin-prettier": "^3.0.0",
60-
"eslint-plugin-unicorn": "^23.0.0 || ^24.0.0",
60+
"eslint-plugin-unicorn": "^23.0.0 || ^24.0.0 || ^25.0.0",
6161
"prettier": "^2.0.0"
6262
},
6363
"engines": {

0 commit comments

Comments
 (0)