Skip to content

Commit 892b663

Browse files
authored
Merge pull request #1735 from nextcloud/chore/deps/nextcloud-eslint-plugin
2 parents c1924b4 + 5d2f912 commit 892b663

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1343
-2415
lines changed

css/logreader-main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* extracted by css-entry-points-plugin */
2-
@import './main-C-Ulumq6.chunk.css';
2+
@import './main-C4guc0v6.chunk.css';

css/main-C4guc0v6.chunk.css

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

eslint.config.mjs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
/**
2+
* SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
3+
* SPDX-License-Identifier: AGPL-3.0-or-later
4+
*/
5+
6+
import { recommendedVue2 } from '@nextcloud/eslint-config'
7+
8+
export default [
9+
...recommendedVue2,
10+
{
11+
name: 'logreader/disabled-during-migration',
12+
rules: {
13+
'@typescript-eslint/no-unsafe-function-type': 'off',
14+
'@typescript-eslint/no-unused-vars': 'off',
15+
'@typescript-eslint/no-use-before-define': 'off',
16+
'import-extensions/extensions': 'off',
17+
'vue/no-boolean-default': 'off',
18+
'vue/no-required-prop-with-default': 'off',
19+
'vue/no-unused-properties': 'off',
20+
},
21+
},
22+
]

js/logreader-main.mjs

Lines changed: 18 additions & 18 deletions
Large diffs are not rendered by default.

js/logreader-main.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)