Skip to content

Commit

Permalink
docs(eslint-plugin): brace-style as a replacement for one-line (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sveyret authored and bradzacher committed Nov 13, 2019
1 parent ecb3f4e commit ca41dcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin/ROADMAP.md
Expand Up @@ -169,7 +169,7 @@
| [`number-literal-format`] | 🛑 | N/A |
| [`object-literal-key-quotes`] | 🌟 | [`quote-props`][quote-props] |
| [`object-literal-shorthand`] | 🌟 | [`object-shorthand`][object-shorthand] |
| [`one-line`] | 🛑 | N/A |
| [`one-line`] | 🌟 | [`brace-style`][brace-style] or [Prettier] |
| [`one-variable-per-declaration`] | 🌟 | [`one-var`][one-var] |
| [`ordered-imports`] | 🌓 | [`import/order`] |
| [`prefer-function-over-method`] | 🌟 | [`class-methods-use-this`][class-methods-use-this] |
Expand Down Expand Up @@ -545,6 +545,7 @@ Relevant plugins: [`chai-expect-keywords`](https://github.com/gavinaiken/eslint-
[no-undef-init]: https://eslint.org/docs/rules/no-undef-init
[quote-props]: https://eslint.org/docs/rules/quote-props
[object-shorthand]: https://eslint.org/docs/rules/object-shorthand
[brace-style]: https://eslint.org/docs/rules/brace-style
[one-var]: https://eslint.org/docs/rules/one-var
[class-methods-use-this]: https://eslint.org/docs/rules/class-methods-use-this
[prefer-template]: https://eslint.org/docs/rules/prefer-template
Expand Down

0 comments on commit ca41dcf

Please sign in to comment.