Skip to content

Commit

Permalink
ci: fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-tennison committed Aug 23, 2024
1 parent 9003f67 commit 3004c74
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ jobs:
npm install --global prettier
npm install --global eslint
- name: wip
run: |
ls -la
pwd
- name: Run Prettier check
run: prettier "." -c

Expand Down
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import globals from "globals";
import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";
import pluginReact from "eslint-plugin-react";
Expand All @@ -19,7 +18,6 @@ export default [
},
{ ignores: [".archive/*", "src-tauri/*"] },
{ files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"] },
{ languageOptions: { globals: globals.browser } },
pluginJs.configs.recommended,
...tseslint.configs.recommended,
pluginReact.configs.flat.recommended,
Expand Down

0 comments on commit 3004c74

Please sign in to comment.