Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giovannicardamone/eslint-config
My Eslint Configuration
https://github.com/giovannicardamone/eslint-config
browser es2021 eslint javascript mocha nodejs prettier typescript
Last synced: about 6 hours ago
JSON representation
My Eslint Configuration
- Host: GitHub
- URL: https://github.com/giovannicardamone/eslint-config
- Owner: GiovanniCardamone
- License: mit
- Created: 2021-07-31T17:13:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T13:14:29.000Z (about 3 years ago)
- Last Synced: 2024-10-31T16:57:37.712Z (8 days ago)
- Topics: browser, es2021, eslint, javascript, mocha, nodejs, prettier, typescript
- Homepage:
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# eslintc
[![CI](https://github.com/GiovanniCardamone/eslint-config/actions/workflows/npm-ci.yml/badge.svg)](https://github.com/GiovanniCardamone/eslint-config/actions/workflows/npm-ci.yml)
[![NPM version](https://img.shields.io/npm/v/@giovannicardamone/eslint-config.svg?style=plastic)](https://www.npmjs.com/package/@giovannicardamone/eslint-config)
[![NPM downloads](https://img.shields.io/npm/dm/@giovannicardamone/eslint-config.svg?style=plastic)](https://www.npmjs.com/package/@giovannicardamone/eslint-config)My Eslint Configuration
## :information_source: Features
- es2021
- typescript
- prettier
- node
- browser
- mocha## :package: Installation
Install package
```bash
npm i -D @giovannicardamone/eslint-config
```Install required dev dependencies
```bash
npm i -D eslint @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier
```Add eslintrc configuration in your `package.json`
```json
{
"name": "your-beautiful-package",
"eslintConfig": {
"extends": "@giovannicardamone/eslint-config"
}
}
```