Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/walterradduso/eslint-generator
It is a generator that will add and install libs for React ESLint JS, TS and NextJs.
https://github.com/walterradduso/eslint-generator
eslint javascript prettier reactjs typescript
Last synced: about 1 month ago
JSON representation
It is a generator that will add and install libs for React ESLint JS, TS and NextJs.
- Host: GitHub
- URL: https://github.com/walterradduso/eslint-generator
- Owner: walterradduso
- License: gpl-3.0
- Created: 2021-05-14T11:19:00.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-17T01:19:13.000Z (over 1 year ago)
- Last Synced: 2024-10-04T06:24:57.343Z (about 1 month ago)
- Topics: eslint, javascript, prettier, reactjs, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-walterio
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yeoman Walterio generator
Walterio generator for React ESLint JS, TS and NextJs.This is a copy of [goncy-generator](https://github.com/goncy/generator) but only with react eslint
with a little difference on the eslint rules.## Pre-Requisites
Install `Yeoman` and `Generator-Walterio` libraries.
```
npm install -g yo generator-walterio
```## Run Generator
```
yo walterio:react
```
Then select the type of the linter that you want.