mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 16:32:58 +00:00
11 lines
190 B
JavaScript
11 lines
190 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
extends: ['stylelint-config-recommended-scss'],
|
|
rules: {
|
|
'at-rule-empty-line-before': 'always',
|
|
'color-hex-length': 'short',
|
|
indentation: 2,
|
|
},
|
|
};
|