UNPKG

serverless-modular

Version:

serverless framework plugin for feature management

32 lines (31 loc) 831 B
module.exports = { "extends": "airbnb-base", "plugins": [], "rules": { "func-names": "off", "max-len": "off", "strict": "off", "prefer-rest-params": "off", "react/require-extension": "off", "import/no-extraneous-dependencies": "off", "prefer-promise-reject-errors": 1, "comma-dangle": "off", "no-unused-expressions": "off", "no-console": "off", "no-underscore-dangle": 1, "function-paren-newline": "off", "class-methods-use-this": "off", "no-underscore-dangle": "off", "no-param-reassign": "off", "no-restricted-syntax": "off", "no-prototype-builtins": "off", "prefer-destructuring": "off", "no-await-in-loop": "off", "no-plusplus": "off", "newline-per-chained-call": "off", "guard-for-in": "off" }, "env": { "node": true } };