Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
node_modules
js
css/
js/
.php-cs-fixer.cache
/build/
/vendor/
7 changes: 3 additions & 4 deletions .nextcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ babel.config.js
composer.*
.drone.yml
.editorconfig
.eslintrc.js
eslint.config.js
.git
.gitattributes
.github
Expand All @@ -25,10 +25,9 @@ psalm.xml
screenshots
.scrutinizer.yml
src
.stylelintrc.js
stylelint.config.js
stylelint.config.cjs
tests
.travis.yml
.tx
webpack.js
vite.config.js

8 changes: 0 additions & 8 deletions .stylelintrc.js

This file was deleted.

11 changes: 11 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/**
* SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/

import { recommendedJavascript } from '@nextcloud/eslint-config'

export default [
...recommendedJavascript,
]

Loading
Loading