stylelint-import
v1.0.0
Published
Ensures imported file paths are well-defined
Downloads
13,966
Readme
stylelint-import
Ensure each @import
is well-defined (before compilation).
- The file must exist
- The path must include an extension
Example usage
- Install
npm install stylelint-import --save-dev
- Configure
plugins: [
'stylelint-import',
],
rules: {
'import/rule': true,
},
Maintainers
- Install:
npm install
- Test:
npm test9
npm test10
npm test11
npm test12
npm test13