Make eslint stop reading configs at the root

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2022-05-11 21:42:44 +02:00
parent 4b5a47f127
commit 011b60b3bf

View File

@@ -1,4 +1,5 @@
module.exports = {
root: true,
extends: [
'@nextcloud',
],