We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_ ___ _ __ ___ __ _ | |_ ___ / __|| '__|/ _ \ / _` || __|/ _ \ | (__ | | | __/| (_| || |_| __/ \___||_| \___| \__,_| \__|\___| ___ __ __ _ __ ___ / _ \\ \/ /| '_ \ / _ \ | __/ > < | |_) || (_) | \___|/_/\_\| .__/ \___/ _ |_| _ ___ | |_ __ _ ___ | | __ / __|| __|/ _` | / __|| |/ / \__ \| |_| (_| || (__ | < |___/ \__|\__,_| \___||_|\_\ ┌ Let's get started! Your project configuration: { projectName: 'my-expo-app', packages: [ { name: 'tamagui', type: 'styling' } ], flags: { noGit: false, noInstall: false, overwrite: false, importAlias: true, packageManager: 'bun' } } To recreate this project, run: npx create-expo-stack my-expo-app --tamagui --bun │ ◇ Project initialized! │ ◇ Base assets copied! │ ◇ Dependencies installed! │ $ eslint "**/*.{js,jsx,ts,tsx}" --fix && prettier "**/*.{js,jsx,ts,tsx,json}" --write ◐ Cleaning up your project.. Oops! Something went wrong! :( ESLint: 8.57.0 ESLint couldn't determine the plugin "prettier" uniquely. - /Users/dan/Developer/create-expo-stack/cli/my-expo-app/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js (loaded in "package.json » eslint-config-universe/native » ./shared/prettier.js") - /Users/dan/Developer/create-expo-stack/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js (loaded in "../.eslintrc.js » plugin:prettier/recommended") Please remove the "plugins" setting from either config or remove either plugin installation. If you still can't figure out the problem, please stop by https://eslint.org/chat/help to chat with the team. ◇ Project files formatted! │ ◇ Git initialized! Success! 🎉 Now, just run the following to get started: 1. cd my-expo-app 2. bun run ios │ └ If you frequently use create expo stack, please consider sponsoring the project ❤️ - https://github.com/sponsors/danstepanov
The text was updated successfully, but these errors were encountered:
@sammoore how did you solve this issue re ESLint and Prettier?
Sorry, something went wrong.
sammoore
danstepanov
No branches or pull requests
The text was updated successfully, but these errors were encountered: