Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 0 additions & 109 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand Down
5 changes: 1 addition & 4 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import type { Preview } from '@storybook/svelte';

import { withThemeByDataAttribute } from '@storybook/addon-themes';

import type { Preview } from '@storybook/svelte';
import '../src/app.css';

import i18next from 'i18next';

import { i18nNamespaces } from '../src/lib/i18n';
Expand Down
2 changes: 1 addition & 1 deletion .storybook/test-runner.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TestRunnerConfig } from '@storybook/test-runner';
import { getStoryContext } from '@storybook/test-runner';
import { injectAxe, checkA11y } from 'axe-playwright';
import { checkA11y, injectAxe } from 'axe-playwright';

const config: TestRunnerConfig = {
async preVisit(page) {
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pnpm 8.15.7
pnpm 10.20.0
Loading
Loading