mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-22 18:19:35 +01:00
16 lines
242 B
Text
16 lines
242 B
Text
{
|
|
"curly": true,
|
|
"eqeqeq": true,
|
|
"immed": true,
|
|
"eqnull": true,
|
|
"latedef": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"quotmark": "single",
|
|
"undef": true,
|
|
"unused": true,
|
|
"strict": true,
|
|
"trailing": true,
|
|
|
|
"node": true
|
|
}
|