Sha256: 733cfcb4769b9d4191626d29dd9d446a682b5ea09f5ed7b4d39f974c453c7205
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
Contents
{ "extends": "airbnb-base", "rules": { "import/extensions": "off", "import/order": "off", "no-multiple-empty-lines": "off", "max-classes-per-file": "off", "arrow-parens": "off", "operator-linebreak": "off", "no-else-return": "off", "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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cqm-models-3.1.2 | .eslintrc.json |