Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: linting errors
Browse files Browse the repository at this point in the history
levinkerschberger committed Nov 21, 2024
1 parent 9b0c607 commit b773f4c
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/eslint.config.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint'
import react from 'eslint-plugin-react'

export default tseslint.config(
{ ignores: ['dist'] },
{ ignores: ['dist', 'coverage'] },
{
settings: {
react: {
1 change: 0 additions & 1 deletion frontend/src/types/Connection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { time } from "console";
import { z } from "zod";

export const iso8601Regex = /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?Z$/;

0 comments on commit b773f4c

Please sign in to comment.