format all root files

This commit is contained in:
Arjun Patel
2026-06-02 07:43:37 -07:00
parent 89b828a576
commit d75ce88f04
8 changed files with 86 additions and 97 deletions
+3 -3
View File
@@ -2,9 +2,9 @@ module.exports = function (api) {
api.cache(true);
return {
presets: [
["babel-preset-expo", { jsxImportSource: "nativewind" }],
"nativewind/babel",
['babel-preset-expo', { jsxImportSource: 'nativewind' }],
'nativewind/babel',
],
plugins: ["react-native-worklets/plugin"],
plugins: ['react-native-worklets/plugin'],
};
};