mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-05 14:30:42 +08:00
15 lines
213 B
Plaintext
15 lines
213 B
Plaintext
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"latedef": "nofunc",
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"sub": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"boss": true,
|
|
"eqnull": true,
|
|
"node": true
|
|
}
|