0.0.5 • Published 2 years ago

@leo-tools/eslint-config-base v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-base

base eslint config

Usage

module.exports = {
  extends: ['@leo-tools/eslint-config-typescript'],
}

Issues

if you have follow issue, update eslint

Configuration for rule "prefer-regex-literals" is invalid:
Value [{"disallowRedundantWrapping":true}] should NOT have more than 0 items.

if you have follow issue, update eslint-plugin-import

Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/util/glob-util' is not defined by "exports" 

if you use jest, need to add follow setting

module.exports = {
  extends: ['@leo-tools/eslint-config-typescript'],
  env: {
    jest: true,
  },
}