Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Created November 28, 2019 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/e0e7eb7f499d54870267111672f145e6 to your computer and use it in GitHub Desktop.
Save IntegerMan/e0e7eb7f499d54870267111672f145e6 to your computer and use it in GitHub Desktop.
{
"env":{
"browser":true,
"es6":true
},
"extends":[
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended"
],
"globals":{
"Atomics":"readonly",
"SharedArrayBuffer":"readonly"
},
"parser":"@typescript-eslint/parser",
"parserOptions":{
"ecmaVersion":2018
},
"plugins":[
"@typescript-eslint"
],
"rules":{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment