scripts-config-stylelint 4.4.0
Install from the command line:
Learn more about npm packages
$ npm install @talend/scripts-config-stylelint@4.4.0
Install via package.json:
"@talend/scripts-config-stylelint": "4.4.0"
About this version
To use the jest configuration in your IDE, or to add customization
- Create an
.stylelintrc.jsat your project root folder - Make it extend the one from talend preset
const defaults = require('@talend/scripts-config-stylelint');
module.exports = {
...defaults,
// add/change default config here
};