Skip to content

Instantly share code, notes, and snippets.

@agcty
Last active April 29, 2019 18:46
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 agcty/a0edbc94d8eacf1b6a8bcf51ed0b6f5f to your computer and use it in GitHub Desktop.
Save agcty/a0edbc94d8eacf1b6a8bcf51ed0b6f5f to your computer and use it in GitHub Desktop.
Add to Eslint for 4 spaces
"rules": {
"prettier/prettier": [
"error",
{
"singleQuote": false,
"tabWidth": 4
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment