mirror of https://github.com/actions/setup-python
Merge branch 'tool-config-auto-update' into disallow-implicit-dependencies
This commit is contained in:
commit
669664dac1
|
@ -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 New Issue