Skip to content

Commit

Permalink
chore: fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Sep 29, 2024
1 parent 3161d98 commit 9058986
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"cypress:open": "cypress open --config-file test/cypress.config.ts",
"cypress:ci": "cypress run --config-file test/cypress.config.ts",
"lint": "eslint --cache .",
"lint:fix": "eslint --fix .",
"preview:publish": "lerna publish from-package --dry-run --yes",
"preview:version": "lerna version --dry-run --yes",
"test:ci": "jest --runInBand --coverage=true --ci --config ./test/jest.config.ts",
Expand Down
12 changes: 6 additions & 6 deletions packages/aurelia-slickgrid/src/models/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './aureliaGridInstance.interface';
export * from './aureliaViewOutput.interface';
export * from './gridOption.interface';
export * from './rowDetailView.interface';
export * from './viewModelBindableData.interface';
export * from './viewModelBindableInputData.interface';
export type * from './aureliaGridInstance.interface';
export type * from './aureliaViewOutput.interface';
export type * from './gridOption.interface';
export type * from './rowDetailView.interface';
export type * from './viewModelBindableData.interface';
export type * from './viewModelBindableInputData.interface';

0 comments on commit 9058986

Please sign in to comment.