ts-node VS typescript-eslint

Compare ts-node vs typescript-eslint and see what are their differences.

typescript-eslint

:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript (by typescript-eslint)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
ts-node typescript-eslint
20 123
12,508 14,458
0.9% 1.7%
5.5 9.9
about 1 month ago 5 days ago
TypeScript TypeScript
MIT License GNU General Public License v3.0 or later
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.

ts-node

Posts with mentions or reviews of ts-node. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-11.

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.
  • Mastering Type-Safe JSON Serialization in TypeScript
    2 projects | dev.to | 26 Feb 2024
    Typescript-eslint can assist in this task. This tool helps identify all instances of unsafe any usage. Specifically, all usages of JSON.parse can be found and it can be ensured that the received data's format is checked. More about getting rid of the any type in a codebase can be read in the article Making TypeScript Truly "Strongly Typed".
  • Oxlint – written in Rust – 50-100 Times Faster than ESLint
    13 projects | news.ycombinator.com | 15 Dec 2023
    > Only lint files that have changed? How hard that is?

    Quite hard, especially since type-aware rules from e.g. https://typescript-eslint.io/ mean that changing the type of a variable in file A can break your code in file B, even if file B hasn't changed.

  • How to Do a TypeScript Conversion: an opinionated take on gradual conversions
    2 projects | news.ycombinator.com | 4 Nov 2023
    The article only touches this: when converting to TypeScript, `any` is useful, but in the end you don't want this type in your codebase - so don't forget to use typescript-eslint [0] and turn on those no-unsafe-* rules which guard against `any` leaking into your code.

    [0] https://github.com/typescript-eslint/typescript-eslint

  • The Best ESLint Rules for React Projects
    8 projects | dev.to | 15 Sep 2023
    By convention, React components should be named in PascalCase. @typescript-eslint has the config we need, and though we can't specifically target React components, we can target variables (and set some other conventions while we're at it):
  • Open source public fund experiment - One and a half years update
    8 projects | dev.to | 27 Jul 2023
  • Create React UI Lib 1.1: Ladle and ESLint
    7 projects | dev.to | 8 Jul 2023
    You can also add ESLint now (props to @femincan for the suggestion). It comes with recommended settings for these plugins: typescript, prettier, react, react-hooks, jsx-a11y.
  • npx storybook init does not work properly? It installs react and react-dom, also the components are full of errors?! Am I doing something wrong?
    3 projects | /r/Angular2 | 1 May 2023
    { "root": true, "ignorePatterns": ["projects/**/*"], "rules": { "prettier/prettier": [ "error", { "endOfLine": "auto" } ] }, "overrides": [ { // TODO: find a way to apply rules on all files ending with .ts except for files ending with .stories.ts "files": ["*.ts"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:@angular-eslint/recommended", "plugin:@angular-eslint/template/process-inline-templates", "plugin:prettier/recommended" ], "rules": { // https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin/docs/rules "@angular-eslint/directive-selector": [ "error", { "type": "attribute", "prefix": "hv", "style": "camelCase" } ], "@angular-eslint/component-selector": [ "error", { "type": "element", "prefix": "hv", "style": "kebab-case" } ], // https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/eslint-plugin/docs/rules "@typescript-eslint/member-ordering": "error", "@typescript-eslint/naming-convention": "error", // https://eslint.org/docs/latest/rules/ "default-case": "error", "default-case-last": "error" } }, { "files": ["*.html"], "extends": [ "plugin:@angular-eslint/template/recommended", "plugin:prettier/recommended" ], "rules": { // https://github.com/angular-eslint/angular-eslint/tree/main/packages/eslint-plugin-template/docs/rules "@angular-eslint/template/no-duplicate-attributes": ["error"], "@angular-eslint/template/attributes-order": ["error"], "@angular-eslint/template/no-call-expression": [ "error" ], "@angular-eslint/template/accessibility-elements-content": [ "error", { "allowList": [ "ariaLabel" ] } ], "@angular-eslint/template/accessibility-valid-aria": [ "error" ] } }, { "files": ["*.stories.@(ts|mjs|cjs)"], "extends": ["plugin:storybook/recommended"] // https://github.com/storybookjs/eslint-plugin-storybook/tree/main/docs/rules // "rules": {} } ] }
  • Have questions about ESLint?
    2 projects | dev.to | 2 Apr 2023
    View on GitHub
  • How does the typescript-eslint project generate its changelogs?
    2 projects | /r/learnjavascript | 14 Mar 2023
    Hi. I'm maintaining a small monorepo and I'd like to learn techniques from large, mature projects like typescript-eslint. I assume they automate changelogs from commit logs and/or PRs, but I can't figure out how they do it by looking at their source code. I do know of tools like release-it that helps automate the process; do the typescript-eslint maintainers use such a tool, or use a homegrown one?
  • Searching for videos about the TypeScript Compiler API
    2 projects | /r/typescript | 16 Nov 2022

What are some alternatives?

When comparing ts-node and typescript-eslint you can also consider the following projects:

swc-node - Faster ts-node without typecheck

esbuild - An extremely fast bundler for the web

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

esbuild-runner - ⚡️ Super-fast on-the-fly transpilation of modern JS, TypeScript and JSX using esbuild

swc - Rust-based platform for the Web

sucrase - Super-fast alternative to Babel for when you can target modern JS runtimes

vike - 🔨 Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.

TypeScript-Call-Graph - CLI to generate an interactive graph of functions and calls from your TypeScript files

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

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

aws-cdk - The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

Next.js - The React Framework