Sha256: d8c3a7014a100924a351b35216a67183d53bb55802ac8de0db3456498f6fdc20
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
Contents
{ "extends": "airbnb-base", "rules": { "max-len": ["error", {"code": 200, "ignoreComments": true}], "no-multiple-empty-lines": "off", "import/extensions": "off", "max-classes-per-file": "off", "operator-linebreak": "off", "no-else-return": "off", "no-unused-vars": ["error", { "varsIgnorePattern": "EntitySchema|Identifier|IdentifierSchema|DataElementSchema|ComponentSchema|FacilityLocationSchema|Code|Quantity|Interval|Integer|Array|Float|Time|Number|Date|Mixed|Any" }], "camelcase": "off", "arrow-parens": "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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
cqm-models-4.2.0 | .eslintrc.json |
cqm-models-4.1.1 | .eslintrc.json |
cqm-models-4.1.0 | .eslintrc.json |
cqm-models-4.0.2 | .eslintrc.json |
cqm-models-4.0.1 | .eslintrc.json |