Skip to content

Commit

Permalink
Bump eslint-plugin-simple-import-sort from 5.0.3 to 6.0.0 (UnchartedB…
Browse files Browse the repository at this point in the history
…ull#1181)

* Bump eslint-plugin-simple-import-sort from 5.0.3 to 6.0.0

Bumps [eslint-plugin-simple-import-sort](https://github.com/lydell/eslint-plugin-simple-import-sort) from 5.0.3 to 6.0.0.
- [Release notes](https://github.com/lydell/eslint-plugin-simple-import-sort/releases)
- [Changelog](https://github.com/lydell/eslint-plugin-simple-import-sort/blob/main/CHANGELOG.md)
- [Commits](lydell/eslint-plugin-simple-import-sort@v5.0.3...v6.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* fix lint error

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: UnchartedBull <[email protected]>
  • Loading branch information
2 people authored and kantlivelong committed May 5, 2021
1 parent b5200a2 commit 623a2c4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars-experimental': 'warn',
camelcase: 'warn',
'simple-import-sort/sort': 'warn',
'simple-import-sort/imports': 'warn',
'sort-imports': 'off',
'import/first': 'warn',
'import/newline-after-import': 'warn',
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"eslint": "7.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-simple-import-sort": "^5.0.3",
"eslint-plugin-simple-import-sort": "^6.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.1.2",
"ts-node": "~9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import { WelcomeComponent } from './config/setup/welcome/welcome.component';
import { ControlComponent } from './control/control.component';
import { FilamentComponent } from './filament/filament.component';
import { FilesComponent } from './files/files.component';
import { JobStatusComponent } from './job-status/job-status.component';
import { JobService } from './job.service';
import { JobStatusComponent } from './job-status/job-status.component';
import { LayerProgressComponent } from './layer-progress/layer-progress.component';
import { LongPress } from './long-press.directive';
import { MainMenuComponent } from './main-menu/main-menu.component';
Expand All @@ -36,8 +36,8 @@ import { MainScreenNoTouchComponent } from './main-screen/no-touch/main-screen-n
import { NotificationComponent } from './notification/notification.component';
import { NotificationService } from './notification/notification.service';
import { PrintControlComponent } from './print-control/print-control.component';
import { PrinterStatusComponent } from './printer-status/printer-status.component';
import { PrinterService } from './printer.service';
import { PrinterStatusComponent } from './printer-status/printer-status.component';
import { SettingsComponent } from './settings/settings.component';
import { StandbyComponent } from './standby/standby.component';
import { UpdateComponent } from './update/update.component';
Expand Down

0 comments on commit 623a2c4

Please sign in to comment.