Skip to content

Instantly share code, notes, and snippets.

View a-luna's full-sized avatar

Aaron Luna a-luna

View GitHub Profile
@CryogenicPlanet
CryogenicPlanet / .eslintrc
Created June 6, 2021 12:29
Typescript Mono Repo Guide
// .eslintrc
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": [
"react-app",
"plugin:react/recommended",