Skip to content

Instantly share code, notes, and snippets.

View tuanductran's full-sized avatar

Tuan Duc Tran tuanductran

View GitHub Profile
@tuanductran
tuanductran / .eslintrc.js
Created October 24, 2022 21:06 — 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": {