Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antoinekm/antoine
cool tools to code like me.
https://github.com/antoinekm/antoine
Last synced: 17 days ago
JSON representation
cool tools to code like me.
- Host: GitHub
- URL: https://github.com/antoinekm/antoine
- Owner: AntoineKM
- Created: 2023-02-28T11:53:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:48:38.000Z (20 days ago)
- Last Synced: 2024-10-18T15:01:21.156Z (18 days ago)
- Language: TypeScript
- Homepage:
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antoine
cool tools to code like me.
# eslint-config-antoine
## Installation
```bash
npm install --save-dev eslint prettier eslint-config-antoine
```## Usage
Add `antoine` to the `extends` section of your `.eslintrc` configuration file.
```json
{
"extends": ["antoine"]
}
```