Skip to content

Instantly share code, notes, and snippets.

@jacricelli
Created June 6, 2018 02:25
Show Gist options
  • Save jacricelli/5ad787b772b53320a6e9fde39bfdaaa8 to your computer and use it in GitHub Desktop.
Save jacricelli/5ad787b772b53320a6e9fde39bfdaaa8 to your computer and use it in GitHub Desktop.
Configuración de ESlint
{
"env": {
"browser": true,
"jquery": true
},
"extends": "./node_modules/eslint-config-jquery/.eslintrc.json",
"root": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment