5.0.0 • Published 6 months ago

eslint-config-tuxsnct v5.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

eslint-config-tuxsnct

Shareable ESLint config for tuxsnct.

Warning

This config is used and will be modified by me, so early versions may cause unexpected ESLint errors.

Usage

For JavaScript

extends:
  - tuxsnct

For TypeScript

extends:
  - tuxsnct
  - tuxsnct/typescript

For React

extends:
  - tuxsnct
  - tuxsnct/react

For Preact

Removed, please use tuxsnct/react in the future.

extends:
  - tuxsnct
  - tuxsnct/preact

For Jest

extends:
  - tuxsnct
  - tuxsnct/jest

For Prettier

extends:
  - tuxsnct
  - tuxsnct/prettier

License

MIT License