Skip to content

Commit

Permalink
chore(eslint): temporary disable import/default
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Apr 4, 2024
1 parent cf5df33 commit 19a9aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ module.exports = {
},

rules: {
// import/default is not compatible with SFC Setup .vue files
// It works fine on server because by default in @nextcloud/eslint-config .vue files are not inspected via eslint-plugin-import thus import/extensions doesn't include .vue
// See: https://github.com/import-js/eslint-plugin-import/blob/main/README.md#importextensions
'import/default': 'off',
/**
* ESLint
*/
Expand Down

0 comments on commit 19a9aba

Please sign in to comment.