0.2.0 • Published 2 years ago

@yurychang/eslint-config-typescript v0.2.0

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

Shared ESLint configuration for React projects

Usage

  1. Install this package and peer dependencies
$ npm i -D @yurychang/eslint-config-typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin typescript eslint
  1. Use ESLint config in your project

Create a .eslintrc.js file in project root with the following content:

module.exports = {
  extends: ['@yurychang/typescript'],
};
0.2.0

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago