xmpp-bot/.eslintrc.json
2019-10-20 03:01:59 +02:00

20 lines
No EOL
331 B
JSON

{
"env": {
"commonjs": true,
"es6": true,
"node": true,
"mocha": true
},
"extends": [
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
}
}