serverless-scriptable-plugin
Version:
Add scripts(nodejs) support to serverless 1.x
22 lines (17 loc) • 409 B
Plain Text
root: true
extends: airbnb-base
parserOptions:
ecmaVersion: 2019
rules:
class-methods-use-this: off
no-console: off
strict: off
max-len: [error, {code: 120, tabWidth: 2, ignoreUrls: true}]
indent: [error, 2, {"FunctionDeclaration": {"parameters": "first"}}]
no-underscore-dangle: off
arrow-parens: [error, "as-needed"]
max-classes-per-file: [error, 2 ]
env:
es6: true
node: true