feat(eslint): Rule "quote-props"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
0e39bae754
commit
b47b3caba5
@ -245,7 +245,7 @@
|
||||
- [ ] "prefer-rest-params"
|
||||
- [ ] "prefer-spread"
|
||||
- [ ] "prefer-template"
|
||||
- [ ] "quote-props"
|
||||
- [X] "quote-props"
|
||||
- [ ] "quotes"
|
||||
- [ ] "radix"
|
||||
- [ ] "require-atomic-updates"
|
||||
|
@ -63,6 +63,15 @@
|
||||
"prefer-reflect": [
|
||||
"off"
|
||||
],
|
||||
"quote-props": [
|
||||
"error",
|
||||
"consistent-as-needed",
|
||||
{
|
||||
"keywords": true,
|
||||
"numbers": true,
|
||||
"unnecessary": true
|
||||
}
|
||||
],
|
||||
"require-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user