An open API service indexing awesome lists of open source software.

https://github.com/compono/eslint-config-compono-ts

TypeScript falvoured eslint config for Shortlyster projects
https://github.com/compono/eslint-config-compono-ts

Last synced: about 1 year ago
JSON representation

TypeScript falvoured eslint config for Shortlyster projects

Awesome Lists containing this project

README

          

# 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.

```json
{
"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