npm.io
1.5.19 • Published 4 years ago

@looker/stylelint-config

Licence
MIT
Version
1.5.19
Deps
7
Size
19 kB
Vulns
0
Weekly
0
Stars
70

@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'],
}

LICENCE

MIT