Skip to content

Commit

Permalink
turtle_can_use tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Jan 21, 2025
1 parent 6900b07 commit 03bb0e6
Show file tree
Hide file tree
Showing 11 changed files with 887 additions and 967 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: 📥 Setup Node
uses: actions/setup-node@v4
with:
node-version: 21
node-version: 23

- name: 📥 Download dependencies
run: npm ci
Expand Down
8 changes: 3 additions & 5 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@

import eslint from '@eslint/js';
import solid from "eslint-plugin-solid/configs/typescript.js";
import * as tsParser from "@typescript-eslint/parser";
import solid from "eslint-plugin-solid/configs/typescript";
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommendedTypeChecked,
tseslint.configs.recommendedTypeChecked,
{
files: ["src/**/*.ts", "src/**/*.tsx"],
...solid,
languageOptions: {
// parser: tsParser,
parserOptions: {
project: true,
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
Expand Down
Loading

0 comments on commit 03bb0e6

Please sign in to comment.