UNPKG

@trusthab/composable-resources

Version:

migrating https://github.com/knetikmedia/hab-api/tree/integration/app/resources/composable

38 lines (36 loc) 962 B
{ "root": true, "extends": "airbnb-base", "env": { "node": true }, "rules": { "function-paren-newline": 0, "comma-dangle": ["error", "never"], "class-methods-use-this": 0, "no-shadow": 0, "no-console": 0, "no-multi-assign": 0, "no-underscore-dangle": 0, "no-use-before-define": 0, "global-require": 0, "camelcase": 0, "func-names": 0, "no-return-assign": 0, "strict": 0, "max-len": [1, 120, 2, {"ignoreComments": true}], "quote-props": [1, "consistent-as-needed"], "no-cond-assign": [2, "except-parens"], "radix": 0, "space-infix-ops": 0, "no-unused-vars": [1, {"vars": "local", "args": "none"}], "default-case": 0, "no-else-return": 0, "no-param-reassign": 0, "quotes": 0, "object-curly-newline": [2, { "ObjectExpression": { "multiline": true, "consistent": true }, "ObjectPattern": { "multiline": true, "consistent": true } }] } }