mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 18:38:25 -04:00
18 lines
244 B
JSON
18 lines
244 B
JSON
{
|
|
"extends": [
|
|
"@jakejarvis/eslint-config"
|
|
],
|
|
"parserOptions": {
|
|
"ecmaVersion": 2020,
|
|
"sourceType": "module"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"es6": true,
|
|
"browser": true
|
|
},
|
|
"ignorePatterns": [
|
|
"*.d.ts"
|
|
]
|
|
}
|