1
0
mirror of https://github.com/franjsco/trackmyd-api synced 2025-02-21 05:40:45 +01:00
trackmyd-api/.eslintrc.json
Francesco Esposito 7440e9f1af npm/lint init
2019-02-19 18:25:10 +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": {
}
}