Skip to content

Commit

Permalink
feat: handle .cjs configs
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub authored Nov 17, 2021
1 parent 083cadc commit 38f657a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/getConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const CONFIG_FILES = [
`.${CONFIG_NAME}rc.yaml`,
`.${CONFIG_NAME}rc.yml`,
`.${CONFIG_NAME}rc.js`,
`.${CONFIG_NAME}rc.cjs`,
`${CONFIG_NAME}.config.js`,
];

Expand Down

0 comments on commit 38f657a

Please sign in to comment.