We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f215eaf commit 83627fbCopy full SHA for 83627fb
eslint-plugin/docs/rules/no-multiple-style-changes.md
@@ -6,10 +6,10 @@
6
7
## Rule Details
8
9
-This rule aims to batch multiple style changes at once.
+This rule aims to disallow batching multiple style changes at once.
10
11
-To limit the number of repaint/reflow, it is advised to batch style modifications by adding a
12
-class containing all style changes that will generate a unique reflow.
+To limit the number of repaint/reflow, it is advised to batch style modifications by adding a class containing all style
+changes that will generate a unique reflow.
13
14
## Examples
15
0 commit comments