Skip to content

Commit 71f56a9

Browse files
committed
fix: 🐛 fix linter
1 parent 4f6b2ac commit 71f56a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env node
2-
require('../src/cli');
2+
require('../src/cli');

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@
9494
"object-curly-spacing": "off",
9595
"operator-linebreak": "off",
9696
"space-before-function-paren": "off",
97-
"no-else-return": "off"
97+
"no-else-return": "off",
98+
"import/no-unassigned-import": "off"
9899
}
99100
}
100101
}

0 commit comments

Comments
 (0)