mirror of
https://kkgithub.com/actions/setup-python.git
synced 2025-11-06 05:55:52 +08:00
Initial pass
This commit is contained in:
20
node_modules/husky/.eslintrc.js
generated
vendored
Normal file
20
node_modules/husky/.eslintrc.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
module.exports = {
|
||||
"parser": "@typescript-eslint/parser",
|
||||
"extends": [
|
||||
"xo-space/esnext",
|
||||
"plugin:@typescript-eslint/recommended",
|
||||
"prettier",
|
||||
"prettier/@typescript-eslint"
|
||||
],
|
||||
"plugins": [
|
||||
"@typescript-eslint",
|
||||
"prettier"
|
||||
],
|
||||
"rules": {
|
||||
"prettier/prettier": "error"
|
||||
},
|
||||
"env": {
|
||||
"jest": true,
|
||||
"node": true,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user