File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 169
169
| [ ` number-literal-format ` ] | 🛑 | N/A |
170
170
| [ ` object-literal-key-quotes ` ] | 🌟 | [ ` quote-props ` ] [ quote-props ] |
171
171
| [ ` object-literal-shorthand ` ] | 🌟 | [ ` object-shorthand ` ] [ object-shorthand ] |
172
- | [ ` one-line ` ] | 🛑 | N/A |
172
+ | [ ` one-line ` ] | 🌟 | [ ` brace-style ` ] [ brace-style ] or [ Prettier ] |
173
173
| [ ` one-variable-per-declaration ` ] | 🌟 | [ ` one-var ` ] [ one-var ] |
174
174
| [ ` ordered-imports ` ] | 🌓 | [ ` import/order ` ] |
175
175
| [ ` prefer-function-over-method ` ] | 🌟 | [ ` class-methods-use-this ` ] [ class-methods-use-this ] |
@@ -545,6 +545,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
545
545
[ no-undef-init ] : https://eslint.org/docs/rules/no-undef-init
546
546
[ quote-props ] : https://eslint.org/docs/rules/quote-props
547
547
[ object-shorthand ] : https://eslint.org/docs/rules/object-shorthand
548
+ [ brace-style ] : https://eslint.org/docs/rules/brace-style
548
549
[ one-var ] : https://eslint.org/docs/rules/one-var
549
550
[ class-methods-use-this ] : https://eslint.org/docs/rules/class-methods-use-this
550
551
[ prefer-template ] : https://eslint.org/docs/rules/prefer-template
You can’t perform that action at this time.
0 commit comments