Skip to content

Commit 17bc525

Browse files
committed
Ignore SSR folder
1 parent 373064b commit 17bc525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import reactRefresh from "eslint-plugin-react-refresh";
44
import { defineConfig, globalIgnores } from "eslint/config";
55

66
export default defineConfig([
7-
globalIgnores(["dist"]),
7+
globalIgnores(["dist","dist-ssr"]),
88
{
99
extends: [
1010
eslint.configs.recommended,

0 commit comments

Comments
 (0)