stylelint-import

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i stylelint-import

Weekly Downloads

2,877

Version

1.0.0

License

MIT

Unpacked Size

5.98 kB

Total Files

12

Last publish

Collaborators

  • juanca