Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
runkaiz committed May 16, 2024
1 parent a2b6c25 commit 0aa6368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@runkai/eslint-config",
"type": "module",
"version": "1.6.3",
"version": "1.6.4",
"packageManager": "[email protected]",
"description": "Svelte ESLint config",
"author": "Runkai Zhang (https://github.com/runkaiz/)",
Expand Down
3 changes: 2 additions & 1 deletion rules/rzConfigBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ const rzConfigBase = [
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
'ts/consistent-type-definitions': 'off',
'style/arrow-parens': 'off',
'style/operator-linebreak': 'off'
'style/operator-linebreak': 'off',
'style/member-delimiter-style': 'off'
}
}
]
Expand Down

0 comments on commit 0aa6368

Please sign in to comment.