• Stars
    star
    689
  • Rank 65,628 (Top 2 %)
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

ESLint configuration used by Rocketseat

Rocketseat ESLint config

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • JSX a11y plugin;
  • Prettier;

Setup

React (with Next.js)

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

{
  "extends": [
    "@rocketseat/eslint-config/next", 
    "next/core-web-vitals"
  ]
}

React (without Next.js)

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

{
  "extends": "@rocketseat/eslint-config/react"
}

Node.js

Install dependencies:

npm i -D eslint @rocketseat/eslint-config

Inside .eslintrc.json

{
  "extends": "@rocketseat/eslint-config/node"
}

More Repositories

1

awesome

Uma lista dos materiais gratuitos diponibilizados pela Rocketseat, incluindo conteúdos do Blog, Youtube e Instagram.
1,077
star
2

expo-common-issues

Common issues while developing with Expo
1,076
star
3

comunidade

Informações sobre a comunidade da Rocketseat
566
star
4

react-native-template-rocketseat-advanced

Template avançada para aplicações React Native com a estrutura utilizada na Rocketseat 🚀
JavaScript
506
star
5

umbriel

📪 Mail sending microservice with Node.js, TypeScript and MongoDB
TypeScript
470
star
6

react-native-template-rocketseat-basic

Template básica para aplicações React Native com a estrutura utilizada na Rocketseat 🚀
JavaScript
466
star
7

ambiente-react-native

Antigo guia de Ambiente React Native
445
star
8

adonis-bull

The easiest way to start using an asynchronous job queue with AdonisJS. Ready for Adonis v5 ⚡️
JavaScript
309
star
9

frontend-challenge

JavaScript
275
star
10

jupiter

Rocketseat video internal platform.
TypeScript
212
star
11

docs

Documentação de projetos open-source da Rocketseat
JavaScript
197
star
12

rocketseat-vscode-react-native-snippets

Rocketseat React Native snippets for Visual Studio Code Editor
182
star
13

rocketseat-vscode-reactjs-snippets

Rocketseat ReactJS snippets for Visual Studio Code Editor
175
star
14

backend-template

Back-end template used when creating new applications.
TypeScript
150
star
15

upload

Internal platform to upload videos.
TypeScript
147
star
16

commitlint-config

Shareable commitlint config used by Rocketseat 🚀
JavaScript
99
star
17

houston

Rocketseat AI platform.
TypeScript
62
star
18

backend-challenge

TypeScript
60
star
19

app-quiz

TypeScript
56
star
20

adonis-timezone

Timezone provider for the Adonis framework
JavaScript
55
star
21

maratona-explorer-ticket

A ticket generator for Maratona Explorer
TypeScript
45
star
22

rocketpwa

[DEPRECATED] Command-line toolbelt for PWA developers
JavaScript
37
star
23

journey-quiz

TypeScript
23
star
24

omni-cli-server-express

JavaScript
16
star
25

rocketnative-sublime-snippets

[DEPRECATED] Rocketseat React Native snippets for Sublime Text Editor
14
star
26

poc-nestjs

JavaScript
13
star
27

omni-cli-web

JavaScript
10
star
28

.github

Community health files for the @rocketseat organization 👋🏻
7
star
29

rocketnative-atom-snippets

[DEPRECATED] Rocketseat React Native snippets for Atom Editor
1
star