Skip to content

Instantly share code, notes, and snippets.

View oscarigarcia's full-sized avatar
🌍
What are you amazing?

Oscary García Sánchez oscarigarcia

🌍
What are you amazing?
View GitHub Profile
@nkbt
nkbt / .eslintrc.js
Last active May 11, 2024 13:03
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {