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 9bd7e2d commit 77ee623Copy full SHA for 77ee623
3 files changed
.config/eslint.config.js
eslint.config.js
@@ -0,0 +1,4 @@
1
+import { jsConfig, tsConfig, ignoresConfig } from '@hypernym/eslint-config'
2
+
3
+/** @type {import("eslint").Linter.Config[]} */
4
+export default [jsConfig, tsConfig, ignoresConfig]
.config/prettier.config.js prettier.config.js.config/prettier.config.js renamed to prettier.config.js
0 commit comments