2.2.0 • Published 5 years ago

@yoyoys/eslint-config-typescript-prettier-airbnb v2.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@yoyoys/eslint-config-typescript-prettier-airbnb

installation

npm i -D @yoyoys/eslint-config-typescript-prettier-airbnb

example config file

module.exports = {
  root: true,
  env: {
    node: true,
  },
  extends: [
    '@yoyoys/typescript-prettier-airbnb',
  ],
};