-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
in theory, we don't need to use upleveled-eslint-config
in order for this stylelint to work.
We can install stylelint + stylelint-config-upleveled and use this config file
// stylelint.config.cjs
/** @type { import('stylelint').Config } */
const config = {
extends: ['stylelint-config-upleveled'],
};
module.exports = config;
we can add this to the documentation later
Metadata
Metadata
Assignees
Labels
No labels