mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
14 lines
269 B
Text
14 lines
269 B
Text
{
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"rules": {
|
|
"comma-style": [2, "first"],
|
|
"no-extra-semi": 2,
|
|
"no-underscore-dangle": 0,
|
|
"quotes": [2, "single"],
|
|
"semi": [2, "never"],
|
|
"space-before-blocks": [2, "always"],
|
|
"strict": [0, "function"]
|
|
}
|
|
}
|