Skip to content

Commit 2d46b91

Browse files
Merge pull request #8405 from nextcloud-libraries/dependabot/npm_and_yarn/stable8/nextcloud/eslint-config-9.0.0-rc.9
chore(deps-dev): bump @nextcloud/eslint-config from 9.0.0-rc.8 to 9.0.0-rc.9
2 parents b957978 + 40bbde9 commit 2d46b91

6 files changed

Lines changed: 454 additions & 432 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig([
2222
files: ['**/*.vue'],
2323
rules: {
2424
// we are that library - we provide the deprecations...
25-
'@nextcloud/vue/no-deprecated-props': 'off',
25+
'@nextcloud/no-deprecated-library-props': 'off',
2626
},
2727
},
2828

0 commit comments

Comments
 (0)