Skip to content

Commit 66d764f

Browse files
danielhjacobstorokati44
authored andcommitted
chore: Specify some configuration files as CommonJS
1 parent 38571cc commit 66d764f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ export default [
2727
"plugin:@typescript-eslint/recommended",
2828
"plugin:@next/next/core-web-vitals",
2929
),
30+
{
31+
files: ["postcss.config.js", "next.config.js"],
32+
languageOptions: {
33+
sourceType: "commonjs",
34+
},
35+
},
3036
];

0 commit comments

Comments
 (0)