Skip to content

Commit 501313b

Browse files
committed
set back to github
1 parent ddbb63d commit 501313b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const githubPlugin = require('./plugin')
1+
const github = require('./plugin')
22

33
const getFlatConfig = () => ({
44
browser: require('./configs/flat/browser'),
@@ -9,7 +9,7 @@ const getFlatConfig = () => ({
99
})
1010

1111
module.exports = {
12-
rules: githubPlugin.rules,
12+
rules: github.rules,
1313
configs: {
1414
browser: require('./configs/browser'),
1515
internal: require('./configs/internal'),

0 commit comments

Comments
 (0)