mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-23 17:56:10 +08:00
16 lines
335 B
JavaScript
16 lines
335 B
JavaScript
/**
|
|
* stylelint config
|
|
* @ref https://stylelint.io/
|
|
* @desc generated at 9/15/2022, 12:51:58 PM by streakingman-cli@1.9.2
|
|
*/
|
|
|
|
module.exports = {
|
|
extends: [
|
|
'stylelint-config-standard-scss',
|
|
'stylelint-config-prettier-scss',
|
|
],
|
|
rules: {
|
|
'selector-class-pattern': '^[a-z][a-zA-Z0-9]+$',
|
|
},
|
|
};
|