1.6.1 • Published 4 years ago

@ymkz/eslint-config v1.6.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

@ymkz/eslint-config

ymkz's eslint config

Install

yarn add --dev @ymkz/eslint-config

Usage

Write the following code in .eslintrc.yml

root: true
extends:
  - '@ymkz/eslint-config'
  - '@ymkz/eslint-config/react'
  - '@ymkz/eslint-config/import'
overrides:
  - files:
    - '*.ts'
    - '*.tsx'
    extends: '@ymkz/eslint-config/typescript'

References

Author

👤 ymkz

Show your support

Give a ⭐️ if this project helped you!

License

Copyright © 2020 ymkz.


This README was generated with ❤️ by readme-md-generator