Skip to content

Commit 9d53ca4

Browse files
lefteesChris Hulton
authored andcommitted
Add support for new laws of the game plugin (#264)
1 parent c2603ca commit 9d53ca4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "http://github.com/codeclimate/codeclimate-eslint.git"
99
},
1010
"dependencies": {
11+
"@br/eslint-plugin-laws-of-the-game": "^1.1.0",
1112
"babel-eslint": "^7.2.0",
1213
"eslint": "^3.19.0",
1314
"eslint-config-airbnb": "^14.1.0",

yarn.lock

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
# yarn lockfile v1
33

44

5+
"@br/eslint-plugin-laws-of-the-game@^1.1.0":
6+
version "1.1.0"
7+
resolved "https://registry.yarnpkg.com/@br/eslint-plugin-laws-of-the-game/-/eslint-plugin-laws-of-the-game-1.1.0.tgz#0d54b84ceb768303007bce291bcae6b2344b152f"
8+
dependencies:
9+
requireindex "~1.1.0"
10+
511
acorn-jsx@^3.0.0:
612
version "3.0.1"
713
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-3.0.1.tgz#afdf9488fb1ecefc8348f6fb22f464e32a58b36b"

0 commit comments

Comments
 (0)