.eslintrc 136 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 { "rules": { "array-bracket-newline": 0, "array-element-newline": 0, "max-statements-per-line": 0, "no-magic-numbers": 0, } }