Skip to content

Instantly share code, notes, and snippets.

View bino-faata's full-sized avatar
💻

mr.Klaes bino-faata

💻
View GitHub Profile
@bino-faata
bino-faata / .eslintrc.js
Created May 5, 2022 22:48 — forked from nkbt/.eslintrc.js
Strict ESLint config for React, ES6 (based on Airbnb Code style)
{
"env": {
"browser": true,
"node": true,
"es6": true
},
"plugins": ["react"],
"ecmaFeatures": {