Skip to content

Commit 9da2860

Browse files
committed
Merge pull request #46 from react-bootstrap/update-linting-deps
Update linting dependencies to fix linting
2 parents 44dda40 + 589b1a3 commit 9da2860

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"extends": "eslint:recommended",
23
"env": {
34
"browser": true,
45
"node": true

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
"devDependencies": {
4545
"babel": "5.6.14",
4646
"babel-core": "5.6.15",
47-
"babel-eslint": "^3.1.20",
47+
"babel-eslint": "^4.1.6",
4848
"babel-loader": "^5.3.0",
4949
"babel-plugin-object-assign": "^1.2.1",
5050
"chai": "^3.2.0",
5151
"component-playground": "jquense/component-playground",
5252
"css-loader": "^0.15.6",
5353
"es5-shim": "^4.1.7",
54-
"eslint": "^0.24.0",
55-
"eslint-plugin-babel": "^1.0.0",
56-
"eslint-plugin-mocha": "^0.4.0",
54+
"eslint": "^1.10.1",
55+
"eslint-plugin-babel": "^3.0.0",
56+
"eslint-plugin-mocha": "^1.1.0",
5757
"eslint-plugin-react": "^3.1.0",
5858
"isparta-loader": "^0.2.0",
5959
"jquery": "^2.1.4",

test/.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"mocha"
1212
],
1313
"rules": {
14+
"no-console": 0,
1415
"no-unused-expressions": 0,
1516
"mocha/no-exclusive-tests": 2
1617
}

0 commit comments

Comments
 (0)