chore(eslint): ignore irregular whitespace in comments (keep rule strict for code)
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
"react-hooks/exhaustive-deps": "warn",
|
||||
"react/react-in-jsx-scope": "off",
|
||||
"@next/next/no-img-element": "warn",
|
||||
"react/no-unescaped-entities": "warn"
|
||||
"react/no-unescaped-entities": "warn",
|
||||
"no-irregular-whitespace": [
|
||||
"error",
|
||||
{
|
||||
"skipComments": true,
|
||||
"skipStrings": true,
|
||||
"skipTemplates": true,
|
||||
"skipRegExps": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user