Spaces:
Running
Running
{ | |
"env": { | |
"es6": true, | |
"node": true | |
}, | |
"extends": "standard", | |
"globals": { | |
"Atomics": "readonly", | |
"SharedArrayBuffer": "readonly" | |
}, | |
"parserOptions": { | |
"ecmaVersion": 2018, | |
"sourceType": "module" | |
}, | |
"rules": { | |
} | |
} |