@looker/stylelint-config
@looker/components StyleLint Configuration
Add the config to your package.json
:
{
"stylelint": "@looker/stylelint-config"
}
Alternatively, you can use a standalone stylelint.config.js
file:
module.exports = {
extends: ['@looker/stylelint-config'],
}