Skip to content

Commit

Permalink
fix: 🐛 cjs stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmrts committed Jun 20, 2020
1 parent a091578 commit 323e66b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion babel.config.js → babel.config.cjs
@@ -1,3 +1,3 @@
export default {
module.exports = {
presets: ["@pumpn"]
};
2 changes: 1 addition & 1 deletion rules/imports.js
Expand Up @@ -4,7 +4,7 @@ module.exports = {
},
overrides: [
{
files: "babel.config.js",
files: "babel.config.*",
rules: {
"import/no-commonjs": "off",
"import/no-unused-modules": "off"
Expand Down

0 comments on commit 323e66b

Please sign in to comment.