1.0.0 • Published 4 years ago

stylelint-import v1.0.0

Weekly downloads
1,191
License
MIT
Repository
github
Last release
4 years ago

stylelint-import

Ensure each @import is well-defined (before compilation).

  1. The file must exist
  2. The path must include an extension

NPM version CircleCI status

Example usage

  1. Install
npm install stylelint-import --save-dev
  1. Configure
plugins: [
  'stylelint-import',
],
rules: {
  'import/rule': true,
},

Maintainers

  1. Install: npm install
  2. Test:
  • npm test9
  • npm test10
  • npm test11
  • npm test12
  • npm test13