linstrom/frontend-reactive/.stylelintrc.js

6 lines
113 B
JavaScript
Raw Permalink Normal View History

2024-08-22 17:57:53 +00:00
'use strict';
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
};