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
- Host: GitHub
- URL: https://github.com/compono/eslint-config-compono-ts
- Owner: compono
- License: mit
- Created: 2018-09-24T01:15:44.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T22:22:04.000Z (over 2 years ago)
- Last Synced: 2025-03-17T11:18:13.863Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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