Skip to content

Commit 26fa90f

Browse files
committed
ci: exclude generated migration files from ci
1 parent 92c30ca commit 26fa90f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import pluginReactRefresh from "eslint-plugin-react-refresh";
77
import pluginPrettierRecommended from "eslint-plugin-prettier/recommended";
88

99
export default tseslint.config(
10-
{ ignores: ["**/dist", "**/*.gen.ts", "apps/mockup/"] },
10+
{
11+
ignores: ["**/dist", "**/*.gen.ts", "apps/mockup/", "apps/backend/db/migrations"],
12+
},
1113
{
1214
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
1315
languageOptions: { ecmaVersion: 2020, parserOptions: { ecmaFeatures: { jsx: true } }, globals: { ...globals.browser, ...globals.node } },

0 commit comments

Comments
 (0)