Skip to content

Commit

Permalink
Merge pull request #4 from Wolox/remove-annoying-rules
Browse files Browse the repository at this point in the history
removed annoying comment rules
  • Loading branch information
damfinkel committed Nov 12, 2018
2 parents 1aa3fb1 + dbc9fe7 commit 4db4f24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ module.exports = {
"block-spacing": "error",
"brace-style": "error",
camelcase: "error",
"capitalized-comments": "error",
"comma-dangle": "error",
"comma-spacing": "error",
"comma-style": "error",
Expand All @@ -168,7 +167,6 @@ module.exports = {
"max-params": ["error", { max: 4 }],
"max-statements": ["error", { max: 30 }],
"max-statements-per-line": "error",
"multiline-comment-style": "error",
"new-cap": "error",
"new-parens": "error",
"no-array-constructor": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-wolox",
"version": "2.0.6",
"version": "2.1.0",
"description": "ESLint configuration used by Wolox",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 4db4f24

Please sign in to comment.