mirror of
https://github.com/luc-github/ESP3D-WEBUI.git
synced 2025-10-31 11:56:46 -07:00
19 lines
256 B
Plaintext
19 lines
256 B
Plaintext
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 4,
|
|
"semi": false,
|
|
"overrides": [
|
|
{
|
|
"files": "*.js",
|
|
"options": {
|
|
"parser": "babel"
|
|
}
|
|
},
|
|
{"files": "*.scss",
|
|
"options": {
|
|
"parser": "scss"
|
|
}
|
|
}
|
|
]
|
|
}
|