We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dff67 commit 5021ce1Copy full SHA for 5021ce1
packages/eslint-config-default/index.js
@@ -24,8 +24,9 @@ module.exports = {
24
'prefer-destructuring': ['error', {
25
'array': false
26
}],
27
- "no-param-reassign": [
+ 'no-param-reassign': [
28
"error", { "props": false }
29
- ]
+ ],
30
+ 'operator-linebreak': 'off'
31
}
32
};
packages/eslint-config-default/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@leviy/eslint-config-default",
3
- "version": "1.1.0",
+ "version": "1.1.1",
4
"repository": {
5
"type": "git",
6
"url": "git+ssh://[email protected]:leviy/javascript-coding-standard.git"
0 commit comments