Skip to content

Commit 100f788

Browse files
committed
add comment to explain this file is mjs until we have types for most packages, then we switch to ts
1 parent 00e12e8 commit 100f788

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ import stylisticPlugin from '@stylistic/eslint-plugin'
99
import * as mdxPlugin from 'eslint-plugin-mdx'
1010
import reactCompilerPlugin from 'eslint-plugin-react-compiler'
1111

12+
// currently an mts file until I find types
13+
// for all imported packages
14+
1215
const eslintConfig = [
1316
{
1417
name: 'custom/eslint/recommended',

0 commit comments

Comments
 (0)