Skip to content

Commit a05f441

Browse files
kevinansfielddblandin
authored andcommitted
Add support for eslint-plugin-ember
1 parent 405f97a commit a05f441

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"eslint-plugin-angular": "^2.0.0",
3333
"eslint-plugin-babel": "^4.1.1",
3434
"eslint-plugin-ejs": "^0.0.2",
35+
"eslint-plugin-ember": "^3.5.0",
3536
"eslint-plugin-ember-suave": "^1.0.0",
3637
"eslint-plugin-filenames": "^1.1.0",
3738
"eslint-plugin-flowtype": "^2.34.0",

yarn.lock

+26-3
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,13 @@ eslint-plugin-ember-suave@^1.0.0:
730730
dependencies:
731731
requireindex "~1.1.0"
732732

733+
eslint-plugin-ember@^3.5.0:
734+
version "3.5.0"
735+
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-3.5.0.tgz#04f1fa733d77abe689c9317f9e538f2292e292d3"
736+
dependencies:
737+
requireindex "^1.1.0"
738+
snake-case "^2.1.0"
739+
733740
eslint-plugin-filenames@^1.1.0:
734741
version "1.1.0"
735742
resolved "https://registry.yarnpkg.com/eslint-plugin-filenames/-/eslint-plugin-filenames-1.1.0.tgz#bb925218ab25b1aad1c622cfa9cb8f43cc03a4ff"
@@ -739,8 +746,8 @@ eslint-plugin-filenames@^1.1.0:
739746
lodash.snakecase "4.0.1"
740747

741748
eslint-plugin-flowtype@^2.34.0:
742-
version "2.34.0"
743-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.0.tgz#b9875f314652e5081623c9d2b18a346bbb759c09"
749+
version "2.34.1"
750+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.34.1.tgz#ea109175645b05d37baeac53b9b65066d79b9446"
744751
dependencies:
745752
lodash "^4.15.0"
746753

@@ -1506,6 +1513,10 @@ loose-envify@^1.0.0:
15061513
dependencies:
15071514
js-tokens "^2.0.0"
15081515

1516+
lower-case@^1.1.1:
1517+
version "1.1.4"
1518+
resolved "https://registry.yarnpkg.com/lower-case/-/lower-case-1.1.4.tgz#9a2cabd1b9e8e0ae993a4bf7d5875c39c42e8eac"
1519+
15091520
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@~3.0.2:
15101521
version "3.0.3"
15111522
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
@@ -1566,6 +1577,12 @@ no-arrowception@1.x.x:
15661577
version "1.0.0"
15671578
resolved "https://registry.yarnpkg.com/no-arrowception/-/no-arrowception-1.0.0.tgz#5bf3e95eb9c41b57384a805333daa3b734ee327a"
15681579

1580+
no-case@^2.2.0:
1581+
version "2.3.1"
1582+
resolved "https://registry.yarnpkg.com/no-case/-/no-case-2.3.1.tgz#7aeba1c73a52184265554b7dc03baf720df80081"
1583+
dependencies:
1584+
lower-case "^1.1.1"
1585+
15691586
number-is-nan@^1.0.0:
15701587
version "1.0.1"
15711588
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"
@@ -1778,7 +1795,7 @@ require-uncached@^1.0.2:
17781795
caller-path "^0.1.0"
17791796
resolve-from "^1.0.0"
17801797

1781-
requireindex@~1.1.0:
1798+
requireindex@^1.1.0, requireindex@~1.1.0:
17821799
version "1.1.0"
17831800
resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162"
17841801

@@ -1862,6 +1879,12 @@ slice-ansi@0.0.4:
18621879
version "0.0.4"
18631880
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-0.0.4.tgz#edbf8903f66f7ce2f8eafd6ceed65e264c831b35"
18641881

1882+
snake-case@^2.1.0:
1883+
version "2.1.0"
1884+
resolved "https://registry.yarnpkg.com/snake-case/-/snake-case-2.1.0.tgz#41bdb1b73f30ec66a04d4e2cad1b76387d4d6d9f"
1885+
dependencies:
1886+
no-case "^2.2.0"
1887+
18651888
source-map-support@^0.4.2:
18661889
version "0.4.6"
18671890
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.6.tgz#32552aa64b458392a85eab3b0b5ee61527167aeb"

0 commit comments

Comments
 (0)