Skip to content

Commit

Permalink
feat: update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 26, 2016
1 parent 4d98f80 commit 65f2a6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions configurations/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
],
"callback-return": 2,
"camelcase": 0,
"capitalized-comments": 0,
"class-methods-use-this": 2,
"comma-dangle": [
2,
Expand Down Expand Up @@ -631,6 +632,7 @@
"react/sort-comp": 2,
"react/sort-prop-types": 2,
"react/style-prop-object": 2,
"require-await": 2,
"require-jsdoc": 0,
"require-yield": 2,
"semi": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"description": "Canonical ESLint Shareable Config",
"devDependencies": {
"eslint": "^3.10.0",
"eslint": "^3.11.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-unicorn": "^1.0.0",
"husky": "^0.11.9",
Expand All @@ -34,7 +34,7 @@
"main": "./index.js",
"name": "eslint-config-canonical",
"peerDependencies": {
"eslint": "^3.10.0"
"eslint": "^3.11.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 65f2a6c

Please sign in to comment.