@qedjs/eslint-config-tsx
v11.1.0
Published
QEDProtocol's ESLint config for TSX apps
Downloads
2
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 @qedjs/eslint-config-tsx
Use
module.exports = {
'root': true,
'extends': [
'@qedjs/eslint-config-tsx',
]
};