Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hashemkhalifa/eslint-config
- Owner: HashemKhalifa
- License: mit
- Created: 2020-08-25T23:16:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T05:43:19.000Z (about 1 month ago)
- Last Synced: 2024-10-12T23:14:53.440Z (about 1 month ago)
- Topics: airbnb-config, coding-standards, eslint-config, generate-coding-standard, generate-eslint, generate-typescript-config
- Language: JavaScript
- Homepage:
- Size: 65.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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