Skip to content
Discussion options

You must be logged in to vote

I'm not sure what you're looking for. I was using it before SDK 53, and it worked just fine. Here's how I had it set up:

import antfu from '@antfu/eslint-config';
import pluginQuery from '@tanstack/eslint-plugin-query';

import expoPlugin from 'eslint-plugin-expo';
import tailwindcss from 'eslint-plugin-tailwindcss';
import { globalIgnores } from 'eslint/config';

export default antfu(
  {
    react: true,
  },
  globalIgnores(['node_modules', '__tests__/', '.vscode/', 'android/', 'coverage/', 'ios/', '.expo/', '.expo-shared', 'docs/', '.github/PULL_REQUEST_TEMPLATE.md', '.github/ISSUE_TEMPLATE.md']),
  {
    plugins: {
      '@tanstack/query': pluginQuery,
      'expo': expoPlugin,
      '…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by RajeshPandey057
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants