mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 13:53:36 +00:00
repo setup
This commit is contained in:
18
.eslintrc.json
Normal file
18
.eslintrc.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"env": {
|
||||
"worker": true,
|
||||
"node": true,
|
||||
"es6": true
|
||||
},
|
||||
"parserOptions": {
|
||||
"ecmaVersion": "latest"
|
||||
},
|
||||
"root": true,
|
||||
"extends": ["eslint:recommended", "plugin:prettier/recommended"],
|
||||
"plugins": [],
|
||||
"ignorePatterns": ["dist"],
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"no-undef": "off"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user