eslint-config-marven-nodejs

1.1.0 • Public • Published

eslint-config-marven-nodejs

marvengong nodejs项目eslint配置

使用方法

module.exports = {
  root: true,
  extends: ['marven-nodejs'],
  globals: {
    ClipboardJS: true,
  },
  rules: {
    'max-len': [1, 120],
    'arrow-parens': 'off',
    'implicit-arrow-linebreak': 'off',
    '@typescript-eslint/no-explicit-any': 'off',
    '@typescript-eslint/explicit-module-boundary-types': 'off',
    '@typescript-eslint/no-var-requires': 'off',
  },
};

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-marven-nodejs

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

5.68 kB

Total Files

4

Last publish

Collaborators

  • marvengong