extends: standard parser: typescript-eslint-parser env: node: true rules: indent: off # REMOVE space-before-function-paren: off # REMOVE no-console: error no-warning-comments: warn