Skip to content

Commit 0c9fffc

Browse files
committed
chore: adjust eslint config for updated shared config
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent b608c8f commit 0c9fffc

1 file changed

Lines changed: 1 addition & 1 deletion

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)