We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddbb63d commit 501313bCopy full SHA for 501313b
lib/index.js
@@ -1,4 +1,4 @@
1
-const githubPlugin = require('./plugin')
+const github = require('./plugin')
2
3
const getFlatConfig = () => ({
4
browser: require('./configs/flat/browser'),
@@ -9,7 +9,7 @@ const getFlatConfig = () => ({
9
})
10
11
module.exports = {
12
- rules: githubPlugin.rules,
+ rules: github.rules,
13
configs: {
14
browser: require('./configs/browser'),
15
internal: require('./configs/internal'),
0 commit comments