1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00
OpenSTF/.eslintrc
2015-10-13 04:05:07 +09:00

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"]
}
}