eslint-plugin-putout 12.9.2 → 12.10.0
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 +4 -0
- package/lib/index.js +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,6 +101,10 @@ When using 🐊`Putout` in IDE with `--fix` on save, or when you want to disable
|
|
|
101
101
|
}
|
|
102
102
|
```
|
|
103
103
|
|
|
104
|
+
### safe+align
|
|
105
|
+
|
|
106
|
+
When you want to enable ability to align spaces on empty lines, use `safe+align`.
|
|
107
|
+
|
|
104
108
|
Disabled `ESLint` rules:
|
|
105
109
|
|
|
106
110
|
- [no-useless-return](https://eslint.org/docs/rules/no-useless-return)
|
package/lib/index.js
CHANGED