1.3.1 • Published 3 years ago

eslint-config-compono-ts v1.3.1

Weekly downloads
113
License
MIT
Repository
github
Last release
3 years ago

TypeScript tailored standard ESLint config for compono

Install the thing in your project

npm add -D eslint-config-compono-ts

Add .eslintrc to your project.

{
  "extends": "compono-ts",
  "rules": {
    // project specific rules go here
  }
}

Copyright & License

All code in this repository released under the terms of the MIT license

Copyright (C) 2018-2019 Compono Pty Ltd