Skip to content

Commit

Permalink
chore: fixup lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shirotech committed Feb 15, 2021
1 parent 226ec4a commit 641a2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration.js
Expand Up @@ -15,7 +15,7 @@ module.exports.getConfiguration = function () {
if (!configPath) {
return config
}
const ext = path.extname(configPath);
const ext = path.extname(configPath)
if (ext === '.js' || ext === '.cjs') {
const jsConfiguration = require(configPath)
if (typeof jsConfiguration === 'function') {
Expand Down

0 comments on commit 641a2a8

Please sign in to comment.