stylelint.config.js (
6
lines of code) (
raw
):
module.exports = { extends: '@jetbrains/stylelint-config', rules: { 'unit-no-unknown': null } };