Created
May 29, 2021 01:12
-
-
Save aonrobot/eab95020d8965bdfdbe7bb3ff1069a62 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
{ | |
"parserOptions": { | |
"ecmaVersion": 2018 | |
}, | |
"env": { | |
"es6": true, | |
"node": true, | |
"commonjs": true, | |
"jest": true | |
}, | |
"plugins": [ | |
"prettier" | |
], | |
"rules": { | |
"no-unused-vars": "warn", | |
"no-inner-declarations": "warn", | |
"prettier/prettier": "off" | |
}, | |
"extends": ["eslint:recommended"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment