xmpp-bot/.eslintrc.json
2019-10-13 03:38:25 +02:00

19 lines
No EOL
308 B
JSON

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