0.6.22 • Published 4 years ago

@lwce/eslint-plugin-lwc-experience-cloud v0.6.22

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
4 years ago

@lwce/eslint-plugin-experience-cloud

Collection of ESLint rules for LWC Experience Cloud developers.

Installation

$ npm install eslint @lwce/eslint-plugin-lwc-experience-cloud --save-dev

Usage

Add this plugin to your ESLint configuration and extend your desired configuration. See ESLint documentation for details.

module.exports = {
  plugins: ['@lwce/eslint-plugin-lwc-experience-cloud'],
  rules: {
    '@lwce/lwc-experience-cloud/no-static-color-values': 'warn',
  }
};

Rules

Rule IDDescriptionFixable
lwc-experience-cloud/no-static-color-valuesDisallow static color values in literals.
0.6.21

4 years ago

0.6.22

4 years ago

0.6.20

4 years ago

0.6.19

4 years ago

0.6.18

4 years ago