We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e0f69 commit 7371cebCopy full SHA for 7371ceb
book/eslint.config.mjs
@@ -0,0 +1,8 @@
1
+import pluginJs from '@eslint/js';
2
+
3
+/** @type {import('eslint').Linter.Config[]} */
4
+export default [
5
+ { ignores: ['build/*'] },
6
+ { files: ['**/*.js'], languageOptions: { sourceType: 'commonjs' } },
7
+ pluginJs.configs.recommended,
8
+];
0 commit comments