Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Jan 24, 2024
1 parent 85bb758 commit 81155bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
- run: npm ci
- run: npm outdated
continue-on-error: true
- run: npm run eslint --if-present
- run: npm run lint --if-present
- run: npm run eslint
- run: npm run package
- run: npm test
env:
Expand Down
1 change: 0 additions & 1 deletion src/granularity/granularityBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import {
IExtendedLabel,
ITimelineLabel,
} from "../dataInterfaces";
import {GranularitySettingsCard} from "../timeLineSettingsModel";
import {GranularityType} from "./granularityType";

export class GranularityBase implements IGranularity {
Expand Down

0 comments on commit 81155bd

Please sign in to comment.