menu/example/babel.config.js
Jesse Katsumata 7b5f75d8ab
[chore] migrate from eslint/prettier to biome (#955)
* feat: migrate to biome

* doc: fix contributing

* fix: type

* resolve conflict and format

* fix: remove built files

* fix: remove built files

* fix: remove built files

* fix: format"
2024-11-08 10:14:05 +09:00

4 lines
71 B
JavaScript

module.exports = {
presets: ["module:@react-native/babel-preset"],
};