UNPKG

@nighttrax/eslint-config-tsx

Version:

NiGhTTraX's ESLint config for TSX apps

22 lines (13 loc) 248 B
## Intro My ESLint config for TS+React projects. ## Install ```sh npm i @nighttrax/eslint-config-tsx ``` ## Use ```js import { nighttraxReact } from "@nighttrax/eslint-config-tsx"; export default nighttraxReact([ // other configs ]); ```