mirror of
https://github.com/portainer/portainer.git
synced 2025-08-08 23:35:31 +02:00
chore(deps): upgrade build-tools [EE-5117] (#8577)
This commit is contained in:
parent
5f3c0ff835
commit
077046030d
12 changed files with 2106 additions and 1598 deletions
|
@ -86,8 +86,8 @@ overrides:
|
|||
no-plusplus: off
|
||||
func-style: [error, 'declaration']
|
||||
import/prefer-default-export: off
|
||||
no-use-before-define: ['error', { functions: false }]
|
||||
'@typescript-eslint/no-use-before-define': ['error', { functions: false }]
|
||||
no-use-before-define: "off"
|
||||
'@typescript-eslint/no-use-before-define': ['error', { functions: false, "allowNamedExports": true }]
|
||||
no-shadow: 'off'
|
||||
'@typescript-eslint/no-shadow': off
|
||||
jsx-a11y/no-autofocus: warn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue