typescript-eslint VS eslint-plugin-import

Compare typescript-eslint vs eslint-plugin-import and see what are their differences.

typescript-eslint

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

eslint-plugin-import

ESLint plugin with rules that help validate proper imports. [Moved to: https://github.com/import-js/eslint-plugin-import] (by benmosher)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
typescript-eslint eslint-plugin-import
123 3
14,568 3,509
1.5% -
9.9 9.1
5 days ago over 2 years ago
TypeScript JavaScript
GNU General Public License v3.0 or later 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.

typescript-eslint

Posts with mentions or reviews of typescript-eslint. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-26.

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

What are some alternatives?

When comparing typescript-eslint and eslint-plugin-import you can also consider the following projects:

eslint-config-google - ESLint shareable config for the Google JavaScript style guide

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

angular-eslint - :sparkles: Monorepo for all the tooling related to using ESLint with Angular

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

ts-standard - Typescript style guide, linter, and formatter using StandardJS

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

zod - TypeScript-first schema validation with static type inference

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

node-clinic - Clinic.js diagnoses your Node.js performance issues

React - The library for web and native user interfaces.

ts-node - TypeScript execution and REPL for node.js

eslint-config-react-strong - ESLint strong (strict) config for React and React Native development.