Skip to content

Instantly share code, notes, and snippets.

@tushartuteja
Created November 7, 2019 18:19
Show Gist options
  • Save tushartuteja/057e16d3b70e043bf0bc6538f16e442f to your computer and use it in GitHub Desktop.
Save tushartuteja/057e16d3b70e043bf0bc6538f16e442f to your computer and use it in GitHub Desktop.
{
"env": {
"es6": true,
"node": true
},
"extends": [
"airbnb-base"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment