Skip to content

Commit f60b3e3

Browse files
committed
fix: forward exports correctly from eslint entry point
1 parent b81c0cf commit f60b3e3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = require('./dist/config/eslintrc-strict')
1+
module.exports = require('./dist/config/eslintrc')

eslint/strict.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
module.exports = require('./dist/config/eslintrc-strict')

0 commit comments

Comments
 (0)