feat(eslint): Rule "quotes"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -72,6 +72,14 @@
|
||||
"unnecessary": true
|
||||
}
|
||||
],
|
||||
"quotes": [
|
||||
"error",
|
||||
"double",
|
||||
{
|
||||
"allowTemplateLiterals": false,
|
||||
"avoidEscape": false
|
||||
}
|
||||
],
|
||||
"require-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user