Sha256: 23e4fd4facb1e8a76823e7824b375a818fe9f87772525f3c0f00099cec8ad5a3
Contents?: true
Size: 874 Bytes
Versions: 10
Compression:
Stored size: 874 Bytes
Contents
{ "extends": "airbnb-base", "rules": { "max-len": ["error", {"code": 200, "ignoreComments": true}], "no-unused-vars": ["error", { "varsIgnorePattern": "EntitySchema|Identifier|IdentifierSchema|DataElementSchema|ComponentSchema|FacilityLocationSchema|Code|Quantity|Interval|Integer|Array|Float|Time|Number|Date|Mixed|Any" }], "camelcase": "off", "comma-dangle": ["error", { "arrays": "always-multiline", "objects": "always-multiline", "imports": "always-multiline", "exports": "always-multiline", "functions": "ignore"}], "no-underscore-dangle": [ "error", { "allow": [ "_id", "_type", "_doc" ] } ], "no-param-reassign": [ "error", { "props": false } ] }, "env": { "jasmine": true, "browser": true, "node": true } }
Version data entries
10 entries across 10 versions & 1 rubygems