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 a1dd6fc commit 61869eeCopy full SHA for 61869ee
eslint.config.mjs
@@ -11,7 +11,10 @@ export default [
11
rules: {
12
'md/no-curly-quote': [
13
'error',
14
- {leftSingleQuotationMark: false, rightSingleQuotationMark: false},
+ {
15
+ checkLeftSingleQuotationMark: false,
16
+ checkRightSingleQuotationMark: false,
17
+ },
18
],
19
'md/no-double-space': 'error',
20
'md/no-git-conflict-marker': ['error', {skipCode: false}],
0 commit comments