Skip to content

Commit ad4518c

Browse files
committed
update docusaurus
1 parent 95a4892 commit ad4518c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

website/babel.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable no-undef */
12
module.exports = {
23
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
34
};

website/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export default tseslint.config(
5151

5252
'react/jsx-sort-props': ['error', { callbacksLast: true, shorthandFirst: true }],
5353

54-
'no-undef': 'off',
5554
'prefer-template': 'error',
5655
'no-nested-ternary': 'error',
5756
'no-unneeded-ternary': 'error',

website/postcss.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// eslint-disable-next-line no-undef
12
module.exports = {
23
plugins: {
34
tailwindcss: {},

0 commit comments

Comments
 (0)