Skip to content

Commit 5021ce1

Browse files
author
Dennis Coorn
committed
Fixed rules syntax
1 parent 73dff67 commit 5021ce1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/eslint-config-default/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ module.exports = {
2424
'prefer-destructuring': ['error', {
2525
'array': false
2626
}],
27-
"no-param-reassign": [
27+
'no-param-reassign': [
2828
"error", { "props": false }
29-
]
29+
],
30+
'operator-linebreak': 'off'
3031
}
3132
};

packages/eslint-config-default/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leviy/eslint-config-default",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"repository": {
55
"type": "git",
66
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"

0 commit comments

Comments
 (0)