Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lwce/eslint-plugin-lwc-experience-cloud

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/eslint-plugin-lwc-experience-cloud

An ESLint plugin with custom rules for LWC developers in Experience Cloud.

  • 0.6.22
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
10
Maintainers
6
Weekly downloads
 
Created
Source

@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.

FAQs

Package last updated on 14 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc