1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Merge branch 'tool-config-auto-update' into disallow-implicit-dependencies

This commit is contained in:
Nikolai Laevskii 2023-05-23 10:33:18 +02:00
commit 669664dac1

View file

@ -29,7 +29,7 @@ module.exports = {
], ],
'no-control-regex': 'off', 'no-control-regex': 'off',
'no-constant-condition': ['error', {checkLoops: false}], 'no-constant-condition': ['error', {checkLoops: false}],
'node/no-extraneous-import': 'error', 'node/no-extraneous-import': 'error'
}, },
overrides: [ overrides: [
{ {