We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b608c8f commit 0c9fffcCopy full SHA for 0c9fffc
1 file changed
eslint.config.js
@@ -19,7 +19,7 @@ export default defineConfig([
19
files: ['**/*.vue'],
20
rules: {
21
// we are that library - we provide the deprecations...
22
- '@nextcloud/vue/no-deprecated-props': 'off',
+ '@nextcloud/no-deprecated-library-props': 'off',
23
},
24
25
0 commit comments