We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365378a commit bc08dcbCopy full SHA for bc08dcb
scrapegraph-js/eslint.config.js
@@ -7,5 +7,5 @@ export default [
7
{ languageOptions: { globals: { ...globals.browser, ...globals.node } } },
8
pluginJs.configs.recommended,
9
eslintPluginPrettierRecommended,
10
- { ignorePatterns: ['node_modules/'] },
+ { ignores: ['node_modules/'] },
11
];
0 commit comments