mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-26 01:06:13 +00:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"globals": {
|
|
"h": "readonly"
|
|
},
|
|
"extends": [
|
|
"standard",
|
|
"standard-preact"
|
|
],
|
|
"rules": {
|
|
"semi": [2, "always"],
|
|
"comma-dangle": ["error", "only-multiline"]
|
|
}
|
|
}
|