0.2.0 • Published 7 months ago

@yurychang/eslint-config-typescript v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

7 months ago

0.1.0

7 months ago

0.0.2

8 months ago

0.0.1

8 months ago