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
No description provided.
The text was updated successfully, but these errors were encountered:
Do u have an approximately deadline to solve it?
Sorry, something went wrong.
Interim Program Support ESLint v9
import { fixupPluginRules } from "@eslint/compat" import js from '@eslint/js' import effector from 'eslint-plugin-effector' import reactHooks from 'eslint-plugin-react-hooks' import reactRefresh from 'eslint-plugin-react-refresh' import globals from 'globals' import tseslint from 'typescript-eslint' export default tseslint.config( { ignores: ['dist'] }, { extends: [js.configs.recommended, ...tseslint.configs.recommended], files: ['**/*.{ts,tsx}'], languageOptions: { ecmaVersion: 2020, globals: globals.browser, }, plugins: { 'react-hooks': reactHooks, 'react-refresh': reactRefresh, effector: fixupPluginRules(effector), }, rules: { ...reactHooks.configs.recommended.rules, ...effector.configs.recommended.rules, ...effector.configs.react.rules, ...effector.configs.future.rules, ...effector.configs.patronum.rules, 'react-refresh/only-export-components': [ 'warn', { allowConstantExport: true }, ], }, }, )
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: