Skip to content

Commit

Permalink
Merge pull request #452 from nextcloud/fix/resolve-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed Jan 31, 2023
2 parents dfde477 + 8c46928 commit 6bb905e
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 6 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -29,6 +29,9 @@ module.exports = {
paths: ['src'],
extensions: ['.js', '.vue'],
},
exports: {
conditions: ['import'],
},
},
jsdoc: {
tagNamePreference: {
Expand Down
51 changes: 45 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -18,6 +18,7 @@
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.27.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-exports": "^1.0.0-beta.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.2",
"eslint-plugin-n": "^15.5.1",
Expand All @@ -32,6 +33,7 @@
"@nextcloud/eslint-plugin": "^2.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.27.0",
"eslint-import-resolver-exports": "^1.0.0-beta.4",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.6.2",
Expand Down

0 comments on commit 6bb905e

Please sign in to comment.