13.0.0 • Published 2 years ago
@wallopsio/eslint-config-ts v13.0.0
Intro
My ESLint config for TS projects. It uses https://www.npmjs.com/package/@rushstack/eslint-patch to bundle all necessary plugins.
Install
npm i @wallopsio/eslint-config-ts
Use
module.exports = {
'root': true,
'extends': [
'@wallopsio/eslint-config-ts',
]
};