1.0.27 • Published 1 year ago

@min5407/eslint-config v1.0.27

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

@min5407/eslint-config

npm version

License

Downloads

This is a custom eslint config which supports typescript by default

Authors

Documentation

Documentation

Installation

how to install

  npm install -D @min5407/eslint-config

How to Use

.eslintrc.js

module.exports = {
  root: true,
  extends: ['@min5407/eslint-config'],
  ignorePatterns: ['**/*.json', 'node_modules', ...etc],
  parserOptions: {
    root: true,
    tsconfigRootDir: __dirname,
    project: ['./tsconfig.json'],
  },
};

tsconfig.json

{
  "include": [".eslintrc.js", ...etc],
}

License

MIT