.eslintrc 121 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 { "rules": { "max-statements-per-line": [2, { "max": 3 }], "no-magic-numbers": 0, "object-curly-newline": 0, } }