This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
mirror of
https://github.com/portainer/portainer.git
synced
2025-07-22 23:09:41 +02:00
Code
Issues
Releases
Activity
1b1a50d6b5
portainer
/
app
/
integrations
/
_module.js
2 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(project): add prettier for code format (#3645) * chore(project): install prettier and lint-staged * chore(project): apply prettier to html too * chore(project): git ignore eslintcache * chore(project): add a comment about format script * chore(prettier): update printWidth * chore(prettier): remove useTabs option * chore(prettier): add HTML validation * refactor(prettier): fix closing tags * feat(prettier): define angular parser for html templates * style(prettier): run prettier on codebase Co-authored-by: Anthony Lapenna <lapenna.anthony@gmail.com>
2020-04-11 00:54:53 +03:00
angular
.
module
(
'portainer.integrations'
,
[
'portainer.integrations.storidge'
]
)
;
Copy permalink