@centreon/ui-context
v26.5.1
Published
Centreon UI shared context
Downloads
12,252
Keywords
Readme
centreon-ui-context
A repository containing the shared context for the Centreon front-end (using the React Context)
Linting
To lint the code with ESlint, run:
npm run eslint
You can also fix fixable linter errors by running:
npm run eslint:fix
