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.
1 parent 7094d9e commit 383d037Copy full SHA for 383d037
packages/eslint-config/eslint.config.js
@@ -1,11 +1,11 @@
1
import { globalIgnores } from 'eslint/config'
2
-import commonjsConfig from '@trigen/eslint-config/commonjs'
+import moduleConfig from '@trigen/eslint-config/module'
3
import rootConfig from '../../eslint.config.js'
4
5
export default [
6
globalIgnores(['**/*.d.ts']),
7
...rootConfig,
8
- ...commonjsConfig,
+ ...moduleConfig,
9
{
10
rules: {
11
'no-magic-numbers': 'off',
0 commit comments