0.6.22 • Published 4 years ago
@lwce/eslint-config-experience-cloud v0.6.22
@lwce/eslint-config-experience-cloud
This config will export the following -
recommendedrules in eslint-config-lwcbaserules 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