Skip to content

Commit

Permalink
Bump the site group across 1 directory with 9 updates (#1384)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ossama Hjaji <ossama-hjaji@live.fr>
  • Loading branch information
dependabot[bot] and o2sh authored Aug 3, 2024
1 parent cec32d3 commit 81b4831
Show file tree
Hide file tree
Showing 6 changed files with 308 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20
cache: npm
cache-dependency-path: docs/vercel/package-lock.json

Expand Down
22 changes: 0 additions & 22 deletions docs/vercel/.eslintrc.cjs

This file was deleted.

24 changes: 24 additions & 0 deletions docs/vercel/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import eslintPluginSvelte from 'eslint-plugin-svelte';
import tsParser from '@typescript-eslint/parser';
import svelteParser from 'svelte-eslint-parser';

export default [
...eslintPluginSvelte.configs['flat/recommended'],
{
languageOptions: {
parser: tsParser,
parserOptions: {
extraFileExtensions: ['.svelte'],
},
},
},
{
files: ['**/*.svelte', '*.svelte'],
languageOptions: {
parser: svelteParser,
parserOptions: {
parser: tsParser,
},
},
},
];
Loading

0 comments on commit 81b4831

Please sign in to comment.