stylelint-import
v1.0.0
Published
Ensures imported file paths are well-defined
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 test9npm test10npm test11npm test12npm test13
