mirror of
https://github.com/portainer/portainer.git
synced 2025-07-27 09:19:39 +02:00
chore(eslint): add rule to sort imports (#3715)
* chore(eslint): add plugin to sort imports * chore(eslint): sort imports * chore(eslint): add eslint-config-prettier
This commit is contained in:
parent
cf5056d9c0
commit
bba622a500
11 changed files with 172 additions and 283 deletions
|
@ -1,6 +1,6 @@
|
|||
import _ from 'lodash-es';
|
||||
import { AccessControlFormData } from '../../../../portainer/components/accessControlForm/porAccessControlFormModel';
|
||||
import { PorImageRegistryModel } from 'Docker/models/porImageRegistry';
|
||||
import { AccessControlFormData } from '../../../../portainer/components/accessControlForm/porAccessControlFormModel';
|
||||
|
||||
require('./includes/update-restart.html');
|
||||
require('./includes/secret.html');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue