eslint-plugin-import VS eslint-config-react-strong

Compare eslint-plugin-import vs eslint-config-react-strong and see what are their differences.

eslint-plugin-import

ESLint plugin with rules that help validate proper imports. [Moved to: https://github.com/import-js/eslint-plugin-import] (by benmosher)

eslint-config-react-strong

ESLint strong (strict) config for React and React Native development. (by svbutko)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
eslint-plugin-import eslint-config-react-strong
3 4
3,509 4
- -
9.1 3.9
over 2 years ago 10 months ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eslint-plugin-import

Posts with mentions or reviews of eslint-plugin-import. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-26.
  • How to remove ESlint error no-unresolved from importing 'react'
    1 project | /r/codehunter | 7 Apr 2022
    no-unresolved https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/no-unresolved.md
  • Eslint with husky deleted changes
    1 project | /r/node | 12 Mar 2022
    module.exports = { extends: 'erb', rules: { // A temporary hack related to IDE not resolving correct package.json 'import/no-extraneous-dependencies': 'off', 'import/no-unresolved': 'error', // Since React 17 and typescript 4.1 you can safely disable the rule 'react/react-in-jsx-scope': 'off', // custom overrides 'global-require': 'off', 'class-methods-use-this': 'off', 'promise/always-return': 'off', 'import/order': 'warn', 'import/prefer-default-export': 'off', 'jsx-a11y/media-has-caption': 'off', 'spaced-comment': 'off', 'jsx-a11y/label-has-associated-control': [ 'error', { required: { some: ['nesting', 'id'], }, }, ], 'jsx-a11y/label-has-for': [ 'error', { required: { some: ['nesting', 'id'], }, }, ], '@typescript-eslint/ban-ts-comment': 'off', 'prettier/prettier': 'off', }, plugins: ['prettier'], parserOptions: { ecmaVersion: 2020, sourceType: 'module', project: './tsconfig.json', tsconfigRootDir: __dirname, createDefaultProgram: true, }, settings: { 'import/resolver': { // See https://github.com/benmosher/eslint-plugin-import/issues/1396#issuecomment-575727774 for line below node: {}, webpack: { config: require.resolve('./.erb/configs/webpack.config.eslint.ts'), }, typescript: {}, }, 'import/parsers': { '@typescript-eslint/parser': ['.ts', '.tsx'], }, }, };
  • ESLint config for React and React Native development
    5 projects | /r/reactnative | 26 Aug 2021
    eslint-plugin-import

eslint-config-react-strong

Posts with mentions or reviews of eslint-config-react-strong. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-12.

What are some alternatives?

When comparing eslint-plugin-import and eslint-config-react-strong you can also consider the following projects:

typescript-eslint - :sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript

redux-toolkit - The official, opinionated, batteries-included toolset for efficient Redux development

You-Dont-Need-Lodash-Underscore - List of JavaScript methods which you can use natively + ESLint Plugin

eslint-plugin-react - React-specific linting rules for ESLint

lint-staged - 🚫💩 — Run linters on git staged files

eslint-plugin-svelte3 - An ESLint plugin for Svelte v3 components.

Detox - Gray box end-to-end testing and automation framework for mobile apps

eslint-plugin-import - ESLint plugin with rules that help validate proper imports.

react-native-config - Bring some 12 factor love to your mobile apps!