Skip to content

Commit

Permalink
Merge pull request #3 from leviy/fix-rules
Browse files Browse the repository at this point in the history
Fixed rules syntax
  • Loading branch information
denniscoorn committed Oct 8, 2018
2 parents 73dff67 + 5021ce1 commit e93c394
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions packages/eslint-config-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ module.exports = {
'prefer-destructuring': ['error', {
'array': false
}],
"no-param-reassign": [
'no-param-reassign': [
"error", { "props": false }
]
],
'operator-linebreak': 'off'
}
};
2 changes: 1 addition & 1 deletion packages/eslint-config-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leviy/eslint-config-default",
"version": "1.1.0",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"
Expand Down

0 comments on commit e93c394

Please sign in to comment.