Skip to content

Commit ce4353f

Browse files
authored
Merge pull request #1130 from nextcloud-libraries/chore/lib
2 parents 5453bff + ec36c21 commit ce4353f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* SPDX-License-Identifier: CC0-1.0
44
*/
55

6-
import { recommended } from './lib/index.ts'
6+
import { recommendedLibrary } from './lib/index.ts'
77

88
export default [
99
{
1010
ignores: ['tests/fixtures/'],
1111
},
12-
...recommended,
12+
...recommendedLibrary,
1313
]

0 commit comments

Comments
 (0)