roninoss / create-expo-stack

CLI tool to initialize a React Native application with Expo. Provides options to include Typescript, file-based routing via Expo Router, configuration based routing via pure React Navigation, styling via Nativewind, Restyle, Unistyles, StyleSheets, or Tamagui, and/or backend as a service such as Firebase and Supabase.

Home Page:https://rn.new

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random ESLint error

danstepanov opened this issue · comments

commented
                          _
   ___  _ __  ___   __ _ | |_  ___
  / __|| '__|/ _ \ / _` || __|/ _ \
 | (__ | |  |  __/| (_| || |_|  __/
  \___||_|   \___| \__,_| \__|\___|
   ___ __  __ _ __    ___
  / _ \\ \/ /| '_ \  / _ \
 |  __/ >  < | |_) || (_) |
  \___|/_/\_\| .__/  \___/
       _     |_|        _
  ___ | |_  __ _   ___ | | __
 / __|| __|/ _` | / __|| |/ /
 \__ \| |_| (_| || (__ |   <
 |___/ \__|\__,_| \___||_|\_\

projectName my-expo-app
{ overwrite: false }
exists:  dir
prompt:  null

Your project configuration:
{
  projectName: 'my-expo-app',
  packages: [ { name: 'nativewind', 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 --nativewind --bun

Initializing your project...

Copying base assets...

Installing dependencies using bun...


Cleaning up your project...

$ eslint "**/*.{js,jsx,ts,tsx}" --fix && prettier "**/*.{js,jsx,ts,tsx,json}" --write

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.


Initializing git...

Success! 🎉 Now, just run the following to get started:

cd my-expo-app
bun run ios

If you frequently use create expo stack, please consider sponsoring the project ❤️
https://github.com/sponsors/danstepanov```