Skip to content

Instantly share code, notes, and snippets.

@nakatanakatana
Created October 27, 2019 14:43
Show Gist options
  • Save nakatanakatana/97d2a5cc56d92c922405e8a4bd48ae00 to your computer and use it in GitHub Desktop.
Save nakatanakatana/97d2a5cc56d92c922405e8a4bd48ae00 to your computer and use it in GitHub Desktop.
{
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:prettier/recommended",
"prettier/@typescript-eslint"
],
"plugins": ["@typescript-eslint"],
"parser": "@typescript-eslint/parser",
"env": {"browser": true, "node": true, "es6": true},
"parserOptions": {
"sourceType": "module"
},
"rules": {
"@typescript-eslint/no-explicit-any": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment