@linters/stylelint-css-in-js-config
v1.7.0
Published
The css-in-js config you have been looking for.
Maintainers
Readme
ARCHIVED: This package is no longer maintained.
StyleLint CSS-IN-JS Config
stylelint modern linter that helps you avoid errors and enforce conventions in your styles.
Install
yarn add stylelint @linters/stylelint-css-in-js-config -DUsage
Create a .stylelintrc.js file with the following contents:
module.exports = {
extends: ["@linters/stylelint-css-in-js-config"],
};