1
mirror of https://github.com/jakejarvis/careful-downloader.git synced 2025-04-25 16:35:24 -04:00
careful-downloader/.eslintrc.json
2021-10-05 10:42:41 -04:00

18 lines
245 B
JSON

{
"extends": [
"@jakejarvis/eslint-config"
],
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
},
"env": {
"node": true,
"es6": true,
"browser": false
},
"ignorePatterns": [
"*.d.ts"
]
}