0.6.22 • Published 3 years ago
@lwce/eslint-config-experience-cloud v0.6.22
@lwce/eslint-config-experience-cloud
This config will export the following -
recommended
rules in eslint-config-lwcbase
rules in eslint-config-locker
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