1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-08 23:35:31 +02:00

feat(react): migrate analytics interface to react. (#6296) [EE-2100]

This commit is contained in:
fhanportainer 2022-01-04 04:49:59 +13:00 committed by GitHub
parent d33ac8c588
commit 65821aaccc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 126 additions and 106 deletions

View file

@ -79,6 +79,7 @@ overrides:
react/forbid-prop-types: off
react/require-default-props: off
react/no-array-index-key: off
no-underscore-dangle: off
react/jsx-filename-extension: [0]
import/no-extraneous-dependencies: ['error', { devDependencies: true }]
'@typescript-eslint/explicit-module-boundary-types': off