Skip to content

Commit f568afc

Browse files
Merge pull request #8400 from nextcloud-libraries/dependabot/npm_and_yarn/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 0b135bf + ea4fc55 commit f568afc

5 files changed

Lines changed: 599 additions & 382 deletions

File tree

eslint.config.js

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

0 commit comments

Comments
 (0)