0.0.2 • Published 1 year ago
@tubie/eslint-config-tsx v0.0.2
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 @tubie/eslint-config-tsxUse
module.exports = {
'root': true,
'extends': [
'@tubie/eslint-config-tsx',
]
};