New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@lwce/eslint-config-experience-cloud

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwce/eslint-config-experience-cloud

An ESLint plugin for LWC developers in Experience Cloud.

0.6.22
latest
59

Supply Chain Security

100

Vulnerability

58

Quality

82

Maintenance

100

License

Version published
Maintainers
6
Created

@lwce/eslint-config-experience-cloud

This config will export the following -

On top of these default rules, we also add some custom rules from eslint-plugin-lwc-experience-cloud.

Usage

While consuming we can create a .eslintrc.js file in the consumer package and add following lines.

module.exports = {
    extends: [
        '@lwce/eslint-config-experience-cloud',
    ],
};

For more information please check the official ESLint documentation

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