Skip to content

Commit 97f2593

Browse files
getabetterpicwilson
authored andcommitted
Add eslint-plugin-es5 to whitelisted plugins (#379)
1 parent e1c4004 commit 97f2593

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"eslint-plugin-backbone": "^2.1.1",
4242
"eslint-plugin-drupal": "^0.3.1",
4343
"eslint-plugin-ember": "^4.5.0",
44+
"eslint-plugin-es5": "^1.2.0",
4445
"eslint-plugin-flowtype": "^2.35.1",
4546
"eslint-plugin-html": "^3.2.2",
4647
"eslint-plugin-import": "^2.13.0",

yarn.lock

+4
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,10 @@ eslint-plugin-ember@^4.5.0:
12611261
require-folder-tree "^1.4.5"
12621262
snake-case "^2.1.0"
12631263

1264+
eslint-plugin-es5@^1.2.0:
1265+
version "1.2.0"
1266+
resolved "https://registry.yarnpkg.com/eslint-plugin-es5/-/eslint-plugin-es5-1.2.0.tgz#22e1e7d5681b3a2f2588247bc9ca51dbfee6f6e9"
1267+
12641268
eslint-plugin-flowtype@2.35.1:
12651269
version "2.35.1"
12661270
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.35.1.tgz#9ad98181b467a3645fbd2a8d430393cc17a4ea63"

0 commit comments

Comments
 (0)