Skip to content

Commit

Permalink
fix: lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Apr 3, 2024
1 parent 059c293 commit 6f02324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lib/common.js
@@ -1,4 +1,4 @@
module.exports = ({
const config = ({
extends: ext,
plugins,
env,
Expand Down Expand Up @@ -106,3 +106,5 @@ module.exports = ({
...overrides || [],
],
})

module.exports = config
4 changes: 3 additions & 1 deletion lib/frontend/common.js
@@ -1,6 +1,6 @@
const common = require('../common')

module.exports = ({
const config = ({
env,
plugins,
extends: ext,
Expand Down Expand Up @@ -34,3 +34,5 @@ module.exports = ({
},
overrides,
})

module.exports = config

0 comments on commit 6f02324

Please sign in to comment.