UNPKG

express-boilerplate-generator

Version:

Generate new express server boilerplate with Typescript and documentation support

21 lines (20 loc) 292 B
env: browser: true commonjs: true es2020: true extends: 'eslint:recommended' parserOptions: ecmaVersion: 11 rules: no-useless-catch: 'off' no-undef: 'off' indent: - error - tab linebreak-style: 'off' quotes: - error - single semi: - error - always