0.6.22 • Published 3 years ago

@lwce/eslint-config-experience-cloud v0.6.22

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

@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