mirror of
https://github.com/actions/setup-python.git
synced 2025-06-14 08:17:12 +02: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