You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-26Lines changed: 26 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Format your code with ESLint using [Prettierx](https://github.com/brodybits/pret
7
7
- Based on ESLint or external configuration.
8
8
- Presets\* for default options.
9
9
10
-
For use with ESLint v6.8.0 as minimum, for ESLint v5.x use eslint-config-prettierx 0.11 or bellow
10
+
For use with ESLint v7.2.0 as minimum, for ESLint v7.1 or lower use eslint-config-prettierx 0.13 or bellow.
11
11
12
12
Minimum NodeJS version supported: NodeJS 10.13.0 or 12.0.0 and above, as described in [brodybits/prettierx#6](https://github.com/brodybits/prettierx/issues/6)
13
13
@@ -113,31 +113,31 @@ The _presets_ of eslint-plugin-prettierx are special ESLint configs that set the
113
113
114
114
These are the prettierx [options](#options) used for each preset:
You can override individual options through a .prettierrc(.json) or .editorconfig file or through the "`prettierx/options`" rule of your ESLint config.
0 commit comments