Skip to content

Commit

Permalink
Add eslint-plugin-unicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg authored and dblandin committed Sep 19, 2017
1 parent b544f39 commit dca8312
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"eslint-plugin-react-native": "^2.3.1",
"eslint-plugin-security": "^1.3.0",
"eslint-plugin-standard": "^3.0.0",
"eslint-plugin-unicorn": "^2.1.2",
"eslint-plugin-vue": "^2.0.1",
"eslint-plugin-wordpress": "^0.1.0",
"eslint-plugin-xogroup": "^1.2.0",
Expand Down
26 changes: 26 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -981,6 +981,16 @@ eslint-plugin-standard@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-standard/-/eslint-plugin-standard-3.0.0.tgz#9164df33e78f2eebf3da252ac6cb70de9376ab19"

eslint-plugin-unicorn@^2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-2.1.2.tgz#99dffe9f4773b04bc39356a7febd64dd700274bc"
dependencies:
import-modules "^1.1.0"
lodash.camelcase "^4.1.1"
lodash.kebabcase "^4.0.1"
lodash.snakecase "^4.0.1"
lodash.upperfirst "^4.2.0"

eslint-plugin-vue@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-2.0.1.tgz#814aa24b5a892d1a95a9d65d980a11202e597e3b"
Expand Down Expand Up @@ -1529,6 +1539,10 @@ [email protected]:
lodash.deburr "^4.0.0"
lodash.words "^4.0.0"

lodash.camelcase@^4.1.1:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz#b28aa6288a2b9fc651035c7711f65ab6190331a6"

lodash.capitalize@^4.0.0:
version "4.2.1"
resolved "https://registry.yarnpkg.com/lodash.capitalize/-/lodash.capitalize-4.2.1.tgz#f826c9b4e2a8511d84e3aca29db05e1a4f3b72a9"
Expand Down Expand Up @@ -1572,6 +1586,10 @@ [email protected]:
lodash.deburr "^4.0.0"
lodash.words "^4.0.0"

lodash.kebabcase@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"

lodash.keys@^3.0.0:
version "3.1.2"
resolved "https://registry.yarnpkg.com/lodash.keys/-/lodash.keys-3.1.2.tgz#4dbc0472b156be50a0b286855d1bd0b0c656098a"
Expand All @@ -1591,6 +1609,14 @@ [email protected]:
lodash.deburr "^4.0.0"
lodash.words "^4.0.0"

lodash.snakecase@^4.0.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz#39d714a35357147837aefd64b5dcbb16becd8f8d"

lodash.upperfirst@^4.2.0:
version "4.3.1"
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"

lodash.words@^4.0.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/lodash.words/-/lodash.words-4.2.0.tgz#5ecfeaf8ecf8acaa8e0c8386295f1993c9cf4036"
Expand Down

0 comments on commit dca8312

Please sign in to comment.