Skip to content

Instantly share code, notes, and snippets.

@eltonmarques96
Created January 8, 2020 04:15
Show Gist options
  • Save eltonmarques96/9c204618b2587c4d468d138e3aa60c3b to your computer and use it in GitHub Desktop.
Save eltonmarques96/9c204618b2587c4d468d138e3aa60c3b to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": ["airbnb-base", "prettier"],
"plugins": ["prettier"],
"globals": {
"use": "readonly",
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018
},
"rules": {
"prettier/prettier": "error",
"camelcase": "off",
"class-methods-use-this": "off",
"consistent-return": "off",
"no-param-reassign": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment