.eslintrc 144 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 { "rules": { // This folder currently runs through babel and doesn't need to be // compatible with node 4 "comma-dangle": 0 } }