eslint-plugin-crisp 1.2.9 → 1.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +1 -1
- package/recommended-ts.js +1 -0
- package/recommended-vue.js +1 -0
package/README.md
CHANGED
|
@@ -61,6 +61,7 @@ Each item has emojis denoting:
|
|
|
61
61
|
| Name | Description | 🟠 | 🟢 | 🟣 |
|
|
62
62
|
| :- | :- | :- | :- | :- |
|
|
63
63
|
| [arrow-parens](https://eslint.org/docs/latest/rules/arrow-parens) | Requires parentheses around arrow function arguments | 🟠 | 🟢 | 🟣 |
|
|
64
|
+
| [arrow-body-style](https://eslint.org/docs/latest/rules/arrow-body-style) | Requires braces around arrow function bodies | | 🟢 | 🟣 |
|
|
64
65
|
| [brace-style](https://eslint.org/docs/latest/rules/brace-style) | Enforces one true brace style for blocks | 🟠 | 🟢 | 🟣 |
|
|
65
66
|
| [comma-dangle](https://eslint.org/docs/latest/rules/comma-dangle) | Disallows trailing commas | 🟠 | 🟢 | 🟣 |
|
|
66
67
|
| [comma-spacing](https://eslint.org/docs/latest/rules/comma-spacing) | Enforces consistent spacing before and after commas | | 🟢 | 🟣 |
|
package/package.json
CHANGED
package/recommended-ts.js
CHANGED