mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-02 12:42:25 +08:00
16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"ignorePatterns": ["*.min.js", "src/vendor/*.js"],
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true,
|
|
"node": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
},
|
|
"rules": {
|
|
}
|
|
}
|