Skip to content

Commit 3ad0f85

Browse files
committed
update docusaurus
1 parent bee41fd commit 3ad0f85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/eslint.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ export default tseslint.config(
1616
// eslintPluginReactHooks.configs.recommended,
1717
eslintPluginReact.configs.flat.recommended,
1818
eslintPluginPrettierRecommended,
19+
{
20+
ignores: ['!.*', 'node_modules', 'dist', 'compiled', 'build', '.docusaurus'],
21+
},
1922
{
2023
languageOptions: {
2124
parserOptions: {
@@ -30,7 +33,6 @@ export default tseslint.config(
3033
},
3134
{
3235
files: ['**/*.{js,ts,tsx}'],
33-
ignores: ['!.*', 'node_modules', 'dist', 'compiled', 'build', '.docusaurus'],
3436

3537
plugins: {
3638
// Remove once released - https://github.com/facebook/react/pull/30774

0 commit comments

Comments
 (0)