Skip to content

Instantly share code, notes, and snippets.

@bastienapp
Created April 14, 2021 07:21
Show Gist options
  • Select an option

  • Save bastienapp/6bb405c2e3387c0ee18424bb78de64d4 to your computer and use it in GitHub Desktop.

Select an option

Save bastienapp/6bb405c2e3387c0ee18424bb78de64d4 to your computer and use it in GitHub Desktop.
{
"env": {
"browser": true,
"es6": true
},
"extends": ["airbnb", "plugin:prettier/recommended"],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": ["react"],
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"],
"react/jsx-props-no-spreading": "off",
"react/react-in-jsx-scope": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment