This package exports a stylelint config for use in National Speech & Debate Association projects.
To install:
npm install @speechanddebate/stylelint-config-nsda --save-dev
Then use the exported config in your stylelint.config.js:
export default {
extends: '@speechanddebate/stylelint-config-nsda',
rules: {},
};