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.
2 parents 2142720 + 22c5e92 commit 37f4ee4Copy full SHA for 37f4ee4
.prettierrc.cjs
@@ -1,6 +1,6 @@
1
// @ts-check
2
3
-/** @type { import("prettier").ConfigType } */
+/** @type { import("prettier").Config } */
4
module.exports = {
5
printWidth: 110,
6
tabWidth: 2,
eslint.config.mjs
@@ -6,7 +6,6 @@ import reactHooks from 'eslint-plugin-react-hooks'
import reactRefresh from 'eslint-plugin-react-refresh'
7
import tseslint from 'typescript-eslint'
8
9
-/** @type { import("eslint").ConfigType } */
10
export default tseslint.config(
11
{ ignores: ['dist'] },
12
{
0 commit comments