mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"comma-style": [2, "first"],
|
|
"no-extra-semi": 2,
|
|
"quotes": [2, "single"],
|
|
"semi": [2, "never"],
|
|
"space-before-blocks": [2, "always"],
|
|
"strict": [0, "function"]
|
|
}
|
|
}
|