mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-18 05:22:10 +01:00
allow other quote types to avoid escaping
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
rules: {
|
||||
"prettier/prettier": "warn",
|
||||
semi: ["error", "always"],
|
||||
quotes: ["error", "double"],
|
||||
quotes: ["error", "double", "avoid-escape"],
|
||||
"jsx-a11y/href-no-hash": [0],
|
||||
"@typescript-eslint/explicit-function-return-type": "off",
|
||||
"@typescript-eslint/ban-ts-ignore": "warn",
|
||||
|
||||
Reference in New Issue
Block a user