Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

Commit 23580e9

Browse files
committed
fix(bitHound): use relative path in eslintrc, nah
Signed-off-by: Charlike Mike Reagent <olsten.larck@gmail.com>
1 parent d9b68f1 commit 23580e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": [
3-
"tunnckocore"
3+
"./node_modules/eslint-config-tunnckocore/index.js"
44
],
55
"rules": {
66
"import/no-dynamic-require": "off",

0 commit comments

Comments
 (0)