go-ember-template/frontend/.stylelintrc.js
2024-11-26 16:25:39 +01:00

5 lines
113 B
JavaScript

'use strict';
module.exports = {
extends: ['stylelint-config-standard', 'stylelint-prettier/recommended'],
};