Skip to content

Commit 8cc9d02

Browse files
committed
Fix lint issue with extension
1 parent 0c872e2 commit 8cc9d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const {name, version} = require('../package.json')
1+
const {name, version} = require('../package')
22

33
const getFlatConfigs = () => ({
44
recommended: require('./configs/flat/recommended'),

0 commit comments

Comments
 (0)