Created
October 6, 2021 03:12
-
-
Save jsegomez/32d4b6ad953d091b2193e1bb1cd01a2e to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
{ | |
"parserOptions": { | |
"ecmaVersion": 2018 | |
}, | |
"extends": [ | |
"eslint:recommended", | |
"prettier" | |
], | |
"env": { | |
"es6": true, | |
"node": true, | |
"jest": true | |
}, | |
"rules": { | |
"no-console": "warn" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment