Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cletusw authored Jun 23, 2024
1 parent 8971c68 commit 7c47aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ var getConfig = (type) => ({

module.exports = {
configs: {
all: getConfig("error"),
'all-warn': getConfig("warn"),
all: getConfig('error'),
'all-warn': getConfig('warn'),
},
rules: rules,
};

0 comments on commit 7c47aa8

Please sign in to comment.