Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 committed Nov 10, 2024
1 parent 0fde273 commit dfde4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tsEsLint from "typescript-eslint";

export default [
{
ignores: ["src/generated/flatbuffers_schema/"],
ignores: ["src/env.d.ts", "src/generated/flatbuffers_schema/"],
},
...tsEsLint.configs.recommended,
...eslintPluginAstro.configs["flat/recommended"],
Expand Down

0 comments on commit dfde4bb

Please sign in to comment.