4.1.1 • Published 28 days ago

@talend/scripts-config-stylelint v4.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
28 days ago

Stylelint config customization

To use the jest configuration in your IDE, or to add customization

  1. Create an .stylelintrc.js at your project root folder
  2. Make it extend the one from talend preset
const defaults = require('@talend/scripts-config-stylelint');

module.exports = {
	...defaults,

	// add/change default config here
};