mirror of
https://github.com/layui/layui.git
synced 2026-02-09 02:09:18 +08:00
12 lines
162 B
Plaintext
12 lines
162 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"overrides": [
|
|
{
|
|
"files": ["*.css", "*.scss", "*.less"],
|
|
"options": {
|
|
"singleQuote": false
|
|
}
|
|
}
|
|
]
|
|
}
|