.eslintrc 266 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 { "rules": { // This folder currently runs through babel and doesn't need to be // compatible with node 4 "comma-dangle": 0, "lint/extra-arrow-initializer": 0, "no-alert": 0, "no-console-disallow": 0 }, "env": { "node": true } }