Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hashemkhalifa/eslint-config

Node CLI generates Eslint config with Typescript, React and NodeJS. along with your favorite coding standard.
https://github.com/hashemkhalifa/eslint-config

airbnb-config coding-standards eslint-config generate-coding-standard generate-eslint generate-typescript-config

Last synced: 10 days ago
JSON representation

Node CLI generates Eslint config with Typescript, React and NodeJS. along with your favorite coding standard.

Awesome Lists containing this project

README

        

# Eslint auto generated config for all ⚓

A CLI to generate Eslint configuration with or without style guide like airbnb or standardjs

The config can be generated in React, Typescript and NodeJS

In your project run `npx linting.json` and pick your favorite config.

Let's pick React as an example
```javascript
❯ React
Typescript
NodeJS
```
Pick the style guide
```javascript
❯ react-with-airbnb-config
without-style-guide
react-with-standard-js
```

* [Note] The selected config will install all the dependencies

@Todo
- [ ] Add standard JS
- [ ] Refactor the dependency installation