0.1.7 • Published 4 months ago

@slavovojacek/eslint-config v0.1.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months 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']
};