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 0b0a058 commit c8ea39aCopy full SHA for c8ea39a
eslint.config.js
@@ -37,6 +37,8 @@ export default [
37
rules: {
38
'@stylistic/array-element-newline': 0,
39
'@stylistic/no-extra-parens': 0,
40
+ 'canonical/filename-match-exported': 0,
41
+ 'canonical/filename-match-regex': 0,
42
'filenames/match-regex': 0,
43
'import/extensions': 0,
44
'import/no-useless-path-segments': 0,
package.json
@@ -85,7 +85,7 @@
85
".": {
86
"types": "./dist/index.d.ts",
87
"import": "./src/index.js",
88
- "require": "./dist/index.cjs"
+ "require": "./dist/index-cjs.cjs"
89
},
90
"./getJsdocProcessorPlugin.js": {
91
"types": "./dist/getJsdocProcessorPlugin.d.ts",
0 commit comments