mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Use biome instead of eslint/prettier
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
const path = require('path')
|
||||
const pkg = require('../package.json')
|
||||
const path = require("node:path");
|
||||
const pkg = require("../package.json");
|
||||
|
||||
/**
|
||||
* @type {import('@react-native-community/cli-types').Config}
|
||||
*/
|
||||
module.exports = {
|
||||
project: {
|
||||
ios: {
|
||||
automaticPodsInstallation: true,
|
||||
},
|
||||
},
|
||||
dependencies: {
|
||||
[pkg.name]: {
|
||||
root: path.join(__dirname, '..'),
|
||||
},
|
||||
},
|
||||
}
|
||||
project: {
|
||||
ios: {
|
||||
automaticPodsInstallation: true,
|
||||
},
|
||||
},
|
||||
dependencies: {
|
||||
[pkg.name]: {
|
||||
root: path.join(__dirname, ".."),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user