Skip to content

Commit f1f9a18

Browse files
Update eslint.config.js
Signed-off-by: Aryan Shah <[email protected]>
1 parent 7009318 commit f1f9a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module.exports = [
9292
},
9393
},
9494

95-
// Main configuration - matches your old .eslintrc.js exactly
95+
// Main configuration - matches old .eslintrc.js
9696
{
9797
files: ["**/*.{js,jsx,ts,tsx}"],
9898
ignores: ["**/*.test.{js,jsx,ts,tsx}", "**/__tests__/**/*.{js,jsx,ts,tsx}"],
@@ -147,4 +147,4 @@ module.exports = [
147147
reportUnusedDisableDirectives: true,
148148
},
149149
}
150-
];
150+
];

0 commit comments

Comments
 (0)