@speechanddebate/stylelint-config-nsda
v1.0.0
Published
NSDA Stylelint config
Readme
NSDA Stylelint Config
This package exports a stylelint config for use in National Speech & Debate Association projects.
To install:
npm install @speechanddebate/stylelint-config-nsda --save-devThen use the exported config in your stylelint.config.js:
export default {
extends: '@speechanddebate/stylelint-config-nsda',
rules: {},
};