@nighttrax/eslint-config-tsx
v12.0.0-alpha.3
Published
NiGhTTraX's ESLint config for TSX apps
Downloads
1,579
Maintainers
Readme
Intro
My ESLint config for TS React projects. It uses https://www.npmjs.com/package/@rushstack/eslint-patch to bundle all necessary plugins.
Install
npm i @nighttrax/eslint-config-tsx
Use
module.exports = {
'root': true,
'extends': [
'@nighttrax/eslint-config-tsx',
]
};