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 afc28d7 commit c7f4c2fCopy full SHA for c7f4c2f
eslint.config.js
@@ -1,8 +1,8 @@
1
-import globals from 'globals'
2
import js from '@eslint/js'
3
import prettier from 'eslint-config-prettier'
+import globals from 'globals'
4
5
-/** @type {import('eslint').Linter.FlatConfig[]} */
+/** @type {import('eslint').Linter.Config[]} */
6
export default [
7
js.configs.recommended,
8
prettier,
0 commit comments