Skip to content

Commit ec36c21

Browse files
committed
chore: lint this project as a library
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent ac38dd0 commit ec36c21

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)