Skip to content

Commit dca8312

Browse files
pvdlgdblandin
authored andcommitted
Add eslint-plugin-unicorn
1 parent b544f39 commit dca8312

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eslint-plugin-react-native": "^2.3.1",
6363
"eslint-plugin-security": "^1.3.0",
6464
"eslint-plugin-standard": "^3.0.0",
65+
"eslint-plugin-unicorn": "^2.1.2",
6566
"eslint-plugin-vue": "^2.0.1",
6667
"eslint-plugin-wordpress": "^0.1.0",
6768
"eslint-plugin-xogroup": "^1.2.0",

yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,16 @@ eslint-plugin-standard@^3.0.0:
981981
version "3.0.0"
982982
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.0.0.tgz#9164df33e78f2eebf3da252ac6cb70de9376ab19"
983983

984+
eslint-plugin-unicorn@^2.1.2:
985+
version "2.1.2"
986+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-2.1.2.tgz#99dffe9f4773b04bc39356a7febd64dd700274bc"
987+
dependencies:
988+
import-modules "^1.1.0"
989+
lodash.camelcase "^4.1.1"
990+
lodash.kebabcase "^4.0.1"
991+
lodash.snakecase "^4.0.1"
992+
lodash.upperfirst "^4.2.0"
993+
984994
eslint-plugin-vue@^2.0.1:
985995
version "2.0.1"
986996
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-2.0.1.tgz#814aa24b5a892d1a95a9d65d980a11202e597e3b"
@@ -1529,6 +1539,10 @@ [email protected]:
15291539
lodash.deburr "^4.0.0"
15301540
lodash.words "^4.0.0"
15311541

1542+
lodash.camelcase@^4.1.1:
1543+
version "4.3.0"
1544+
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"
1545+
15321546
lodash.capitalize@^4.0.0:
15331547
version "4.2.1"
15341548
resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
@@ -1572,6 +1586,10 @@ [email protected]:
15721586
lodash.deburr "^4.0.0"
15731587
lodash.words "^4.0.0"
15741588

1589+
lodash.kebabcase@^4.0.1:
1590+
version "4.1.1"
1591+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
1592+
15751593
lodash.keys@^3.0.0:
15761594
version "3.1.2"
15771595
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
@@ -1591,6 +1609,14 @@ [email protected]:
15911609
lodash.deburr "^4.0.0"
15921610
lodash.words "^4.0.0"
15931611

1612+
lodash.snakecase@^4.0.1:
1613+
version "4.1.1"
1614+
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"
1615+
1616+
lodash.upperfirst@^4.2.0:
1617+
version "4.3.1"
1618+
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
1619+
15941620
lodash.words@^4.0.0:
15951621
version "4.2.0"
15961622
resolved "https://registry.yarnpkg.com/lodash.words/-/lodash.words-4.2.0.tgz#5ecfeaf8ecf8acaa8e0c8386295f1993c9cf4036"

0 commit comments

Comments
 (0)