@nighttrax/eslint-config-ts
v12.0.0-alpha.3
Published
NiGhTTraX's ESLint config for TS libs
Downloads
554
Readme
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 @nighttrax/eslint-config-ts
Use
module.exports = {
'root': true,
'extends': [
'@nighttrax/eslint-config-ts',
]
};