mirror of
https://github.com/actions/setup-python.git
synced 2024-11-22 06:26:25 +00:00
Merge branch 'tool-config-auto-update' into disallow-implicit-dependencies
This commit is contained in:
commit
669664dac1
1 changed files with 1 additions and 1 deletions
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue