synclounge/.stylelintrc.js

7 lines
87 B
JavaScript

module.exports = {
root: true,
extends: [
'stylelint-config-standard',
],
};