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
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `@salesforce/eslint-plugin-slds-bem-deprecation-react` globally.
19
+
**Note:** If you installed ESLint globally (using the `-g` flag) then you must also install `@salesforce/eslint-plugin-slds-react` globally.
20
20
21
21
## Usage
22
22
23
-
Add `@salesforce/eslint-plugin-slds-bem-deprecation-react` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
23
+
Add `@salesforce/eslint-plugin-slds-react` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:
# Warns against using the deprecated, double-dash style for BEM notation. See https://releasenotes.docs.salesforce.com/en-us/summer17/release-notes/rn_lds.htm. (no-double-dash-modifier)
2
-
3
-
Please describe the origin of the rule here.
1
+
# No Double Dash BEM Modifier
4
2
3
+
Warns against using the deprecated, double-dash style for BEM notation. See https://releasenotes.docs.salesforce.com/en-us/summer17/release-notes/rn_lds.htm. (no-double-dash-modifier)
5
4
6
5
## Rule Details
7
6
8
-
This rule aims to better align JavaScirpt UI component libraries that depend on the Salesforce Lightning Design System CSS Framwork.
7
+
This rule aims to better align JavaScirpt UI component libraries that depend on the Salesforce Lightning Design System CSS Framework.
"description": "ESLint plugin. This rule aims to better align JavaScirpt UI component libraries that depend on the Salesforce Lightning Design System CSS Framwork.",
4
+
"description": "ESLint plugin that aligns React UI components with the Salesforce Lightning Design System CSS Framework.",
0 commit comments