Skip to content

Commit bc08dcb

Browse files
committed
fix: fixed configuration for ignored files
1 parent 365378a commit bc08dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraph-js/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default [
77
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
88
pluginJs.configs.recommended,
99
eslintPluginPrettierRecommended,
10-
{ ignorePatterns: ['node_modules/'] },
10+
{ ignores: ['node_modules/'] },
1111
];

0 commit comments

Comments
 (0)