Skip to content

Instantly share code, notes, and snippets.

@aleduca
Created August 3, 2020 20:48
Show Gist options
  • Save aleduca/237e21a8da0820534552fa38a96c9a0b to your computer and use it in GitHub Desktop.
Save aleduca/237e21a8da0820534552fa38a96c9a0b to your computer and use it in GitHub Desktop.
Eslint config
semi: ['error', 'always'],
quotes: ['error', 'single'],
indent: ['error', 4], //de acordo com sua preferência
'comma-spacing': ['error', { before: false, after: true }],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment