Skip to content

Commit 2457366

Browse files
committed
fix: 🐛 rmeove useless eslint config with babel
1 parent a93aec3 commit 2457366

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hackathon/spacecraft/.eslintrc.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,4 @@ module.exports = {
55
camelcase: "off",
66
"import/no-anonymous-default-export": [1, { allowArray: true }],
77
},
8-
settings: {
9-
"import/resolver": {
10-
"babel-plugin-root-import": {
11-
rootPathPrefix: "~",
12-
rootPathSuffix: "src",
13-
},
14-
},
15-
},
168
};

0 commit comments

Comments
 (0)