Sha256: c579408acd6c3eba01ef34582e73154b28a831740ccca5017a6823ce10ff1cf4
Contents?: true
Size: 425 Bytes
Versions: 7
Compression:
Stored size: 425 Bytes
Contents
{ "env": { "browser": true, "commonjs": true, "es6": true, "node": true }, "parserOptions": { "ecmaFeatures": { "jsx": true }, "sourceType": "module" }, "rules": { "no-const-assign": "warn", "no-this-before-super": "warn", "no-undef": "warn", "no-unreachable": "warn", "no-unused-vars": "error", "constructor-super": "warn", "valid-typeof": "warn" } }
Version data entries
7 entries across 7 versions & 1 rubygems