Skip to content

Instantly share code, notes, and snippets.

View reatexpk's full-sized avatar

Dmitry Lebedev reatexpk

View GitHub Profile
@reatexpk
reatexpk / .eslintrc
Last active June 5, 2019 13:45
Typescript eslint config (airbnb)
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
},
"extends": [
"airbnb",
"prettier",