1
0
mirror of https://github.com/franjsco/trackmyd-bot synced 2025-02-16 19:40:41 +01:00
trackmyd-bot/.eslintrc.json
Francesco Esposito afee55e8d4 npm and lint init
2019-02-19 14:01:46 +01:00

17 lines
301 B
JSON

{
"env": {
"es6": true,
"node": true
},
"extends": "airbnb-base",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
}
}