serverless-step-functions
Version:
The module is AWS Step Functions plugin for Serverless Framework
19 lines (18 loc) • 406 B
JavaScript
module.exports = {
extends: 'airbnb',
plugins: [],
rules: {
'func-names': 'off',
'prefer-destructuring': 'off',
'no-plusplus': 'off',
'no-template-curly-in-string': 'off',
'no-restricted-syntax': 'off',
strict: 'off',
'prefer-rest-params': 'off',
'react/require-extension': 'off',
'import/no-extraneous-dependencies': 'off',
},
env: {
mocha: true,
},
};