Skip to content

Commit 21b7be5

Browse files
committed
Fix lint issues
1 parent ba7afa8 commit 21b7be5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.eslintrc.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
"importNames": ["textSans", "headline", "titlepiece", "body"],
3232
"message": "Please use the modified fonts from fontNormaliser.ts"
3333
}
34+
],
35+
"react/no-unknown-property": [
36+
"error",
37+
{
38+
"ignore": ["css"]
39+
}
3440
]
3541
},
3642
"settings": {

client/src/tour/tourState.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ export const TourStateProvider: React.FC = ({ children }) => {
274274
visitTourStep(tourStepIDs[index]); // tracks in the database
275275
break;
276276
}
277+
default:
277278
}
278279
}
279280
};

0 commit comments

Comments
 (0)