Created
June 6, 2018 02:25
-
-
Save jacricelli/5ad787b772b53320a6e9fde39bfdaaa8 to your computer and use it in GitHub Desktop.
Configuración de ESlint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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