Skip to content

Instantly share code, notes, and snippets.

View RobinHoodCoder's full-sized avatar
:octocat:
gitten

RS RobinHoodCoder

:octocat:
gitten
View GitHub Profile
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true
}
},