0.1.7 • Published 2 years ago

@slavovojacek/eslint-config v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Opinionated eslint config for TypeScript projects

TLDR;

Install:

npm i @slavovojacek/eslint-config

Update (e.g.) .eslintrc.cjs:

module.exports = {
  extends: ['@slavovojacek/eslint-config']
};