mirror of
https://github.com/nioc/xmpp-bot.git
synced 2024-11-09 19:51:24 +01:00
20 lines
No EOL
331 B
JSON
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": {
|
|
}
|
|
} |