Skip to content

TypeScript falvoured eslint config for Shortlyster projects

License

Notifications You must be signed in to change notification settings

compono/eslint-config-compono-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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