Skip to content

Commit

Permalink
fix: ignore autogenerated sst definition file in linting process
Browse files Browse the repository at this point in the history
  • Loading branch information
fastner committed Jul 23, 2024
1 parent 26c24b4 commit 39c3552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { main } from "@effective/eslint-config"

export default [
{
ignores: [".*/**/*", "build/**/*"]
ignores: [".*/**/*", "build/**/*", "sst-env.d.ts"]
},
main,
{
Expand Down

0 comments on commit 39c3552

Please sign in to comment.