mirror of
https://ghproxy.com/https://github.com/StreakingMan/solvable-sheep-game
synced 2025-05-28 09:43:14 +08:00
13 lines
255 B
JavaScript
13 lines
255 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"
|
|
]
|
|
}
|