Skip to content

Commit

Permalink
🧪 fix tests & lint & yarn build
Browse files Browse the repository at this point in the history
  • Loading branch information
lzear committed Oct 11, 2024
1 parent 213c08e commit 65c20c0
Show file tree
Hide file tree
Showing 61 changed files with 321 additions and 913 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
**/node_modules
**/migrations-folder
hafas-client
dist

apps
apps
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "extends": ["stylelint-config-standard"] }
{ "extends": ["stylelint-config-standard"] }
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import dynamic from 'next/dynamic'

import type { UrlParameterValue } from '@/components/dev/search-parameters'

import 'server-only'

import type { UrlParameterValue } from '../../../../[city]/search-parameters'
import type { CityMapParam } from '../params'

import { getShapes } from './split-shapes.action'
Expand Down
40 changes: 0 additions & 40 deletions apps/ubahnchen/src/app/dev/[city]/[map]/03-stop-pairs/page.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 65c20c0

Please sign in to comment.