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-rest-params"
|
||||||
- [ ] "prefer-spread"
|
- [ ] "prefer-spread"
|
||||||
- [ ] "prefer-template"
|
- [ ] "prefer-template"
|
||||||
- [ ] "quote-props"
|
- [X] "quote-props"
|
||||||
- [ ] "quotes"
|
- [ ] "quotes"
|
||||||
- [ ] "radix"
|
- [ ] "radix"
|
||||||
- [ ] "require-atomic-updates"
|
- [ ] "require-atomic-updates"
|
||||||
|
@ -63,6 +63,15 @@
|
|||||||
"prefer-reflect": [
|
"prefer-reflect": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"quote-props": [
|
||||||
|
"error",
|
||||||
|
"consistent-as-needed",
|
||||||
|
{
|
||||||
|
"keywords": true,
|
||||||
|
"numbers": true,
|
||||||
|
"unnecessary": true
|
||||||
|
}
|
||||||
|
],
|
||||||
"require-jsdoc": [
|
"require-jsdoc": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user