Skip to content

Commit cbd78c5

Browse files
committed
fix: 🐛 remove wcandillon config eslint
1 parent 64ba39a commit cbd78c5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

hackathon/spacecraft/.eslintrc.js

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1+
// https://docs.expo.dev/guides/using-eslint/
12
module.exports = {
2-
extends: ["expo", "react-native-wcandillon"],
3-
plugins: ["@tanstack/query"],
4-
requireConfigFile: false,
5-
rules: {
6-
camelcase: "off",
7-
"import/no-anonymous-default-export": [1, { allowArray: true }],
8-
},
9-
};
3+
extends: 'expo',
4+
};

0 commit comments

Comments
 (0)