mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-27 21:08:03 +02:00
Initial pass
This commit is contained in:
commit
39c08a0eaa
7242 changed files with 1886006 additions and 0 deletions
10
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
Normal file
10
node_modules/object.getownpropertydescriptors/.eslintrc
generated
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"root": true,
|
||||
|
||||
"extends": "@ljharb",
|
||||
|
||||
"rules": {
|
||||
"id-length": [2, { "min": 1, "max": 30 }],
|
||||
"new-cap": [2, { "capIsNewExceptions": ["IsCallable", "RequireObjectCoercible", "ToObject"] }]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue