UNPKG

352 BJavaScriptView Raw
1module.exports = {
2 "env": {
3 "amd": true,
4 "mocha": true,
5 "node": true
6 },
7 "extends": "eslint:recommended",
8 "globals": {
9 "Atomics": "readonly",
10 "SharedArrayBuffer": "readonly"
11 },
12 "parserOptions": {
13 "ecmaVersion": 2015
14 },
15 "rules": {
16 "no-prototype-builtins": 0
17 }
18};
\No newline at end of file