runner VS typescript-eslint

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

runner

The Runner for GitHub Actions :rocket: (by actions)

typescript-eslint

:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript (by typescript-eslint)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
runner typescript-eslint
58 123
4,476 14,535
2.1% 1.3%
9.1 9.9
6 days ago 5 days ago
C# 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.

runner

Posts with mentions or reviews of runner. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-23.
  • Why the fuck are we templating YAML? (2019)
    27 projects | news.ycombinator.com | 23 Jan 2024
    In the case of GitHub Actions, it's made more painful by the lack of support for YAML anchors, which provide a bare minimum of composability.

    https://github.com/actions/runner/issues/1182

  • GitHub Actions Are a Problem
    19 projects | news.ycombinator.com | 12 Nov 2023
    The runner is open source, but once you read the code you'd wish it wasn't.

    https://github.com/actions/runner

    19 projects | news.ycombinator.com | 12 Nov 2023
    19 projects | news.ycombinator.com | 12 Nov 2023
    You can also find many leftovers with the "VSS" acronym, like https://github.com/actions/runner/blob/main/src/Sdk/Common/C... or https://github.com/actions/runner/blob/main/src/Sdk/Common/C... - which also mentions TFS (which is yet another acronym that used to refer to the Microsoft team-development thing).
  • DevOps CI/CD Quick Start Guide with GitHub Actions 🛠️🐙⚡️
    4 projects | dev.to | 27 Oct 2023
    $ mkdir actions-runner && cd actions-runner $ curl -o actions-runner-osx-arm64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-osx-arm64-2.311.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98.1M 100 98.1M 0 0 20.0M 0 0:00:04 0:00:04 --:--:-- 23.5M $ echo "fa2f107dbce709807bae014fb3121f5dbe106211b6bbe3484c41e3b30828d6b2 actions-runner-osx-arm64-2.311.0.tar.gz" | shasum -a 256 -c actions-runner-osx-arm64-2.311.0.tar.gz: OK $ tar xzf ./actions-runner-osx-arm64-2.311.0.tar.gz ❯ ./config.sh --url https://github.com/dpills/devops-quick-start-guide --token AGDCRGCMZWN34QIVISIO5XXXXXX -------------------------------------------------------------------------------- | ____ _ _ _ _ _ _ _ _ | | / ___(_) |_| | | |_ _| |__ / \ ___| |_(_) ___ _ __ ___ | | | | _| | __| |_| | | | | '_ \ / _ \ / __| __| |/ _ \| '_ \/ __| | | | |_| | | |_| _ | |_| | |_) | / ___ \ (__| |_| | (_) | | | \__ \ | | \____|_|\__|_| |_|\__,_|_.__/ /_/ \_\___|\__|_|\___/|_| |_|___/ | | | | Self-hosted runner registration | | | -------------------------------------------------------------------------------- # Authentication √ Connected to GitHub # Runner Registration Enter the name of the runner group to add this runner to: [press Enter for Default] Enter the name of runner: [press Enter for dpills-mac] This runner will have the following labels: 'self-hosted', 'macOS', 'ARM64' Enter any additional labels (ex. label-1,label-2): [press Enter to skip] √ Runner successfully added √ Runner connection is good # Runner settings Enter name of work folder: [press Enter for _work] √ Settings Saved. ❯ ./run.sh √ Connected to GitHub Current runner version: '2.311.0' 2023-10-27 13:32:16Z: Listening for Jobs
  • Automate Flutter app delivery to AppCenter with GitHub Actions
    7 projects | dev.to | 6 Oct 2023
    A runner is where your action's jobs will be run. It can be a hosted virtual environment, or you can self-host a runner in your machine.
  • How to deal with MSVC in DevOps
    9 projects | /r/cpp | 6 Jul 2023
    If i understand this writing correctly (https://github.com/actions/runner/issues/904), running Windows containers in a windows-latest GH Actions host is not possible. While using a self-hosted runner on a Windows server might be an option, this is not what I want since it is a package repo for a well-known open source project, think of the package repo part as a mini-Conan. I wouldn't know who would want to host that. In the best case we would stay with just GH Actions to keep everything confined in one space :)
  • Why is GitHub Actions installing Go 1.2 when I specify Go 1.20?
    2 projects | news.ycombinator.com | 5 May 2023
    Shameless plug for cuelang, which, among many other things, avoid this problem:

    https://cuelang.org

    It's not a new issue, the Python community had exactly the same surprise with 3.10: https://github.com/actions/runner/issues/1989

  • Building GitHub with Ruby on Rails
    11 projects | news.ycombinator.com | 7 Apr 2023
    C# is used for Actions: https://github.com/actions/runner, and Go is used a lot for internal services. There is no traction rewriting our monolith in C#.
  • Raspberry Pi como runner do GitHub Action
    3 projects | dev.to | 13 Mar 2023
    # Create a folder $ mkdir actions-runner && cd actions-runner # Download the latest runner package $ curl -o actions-runner-linux-arm64-2.302.1.tar.gz -L https://github.com/actions/runner/releases/download/v2.302.1/actions-runner-linux-arm64-2.302.1.tar.gz # Extract the installer $ tar xzf ./actions-runner-linux-arm64-2.302.1.tar.gz

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 runner and typescript-eslint you can also consider the following projects:

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

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

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

zod - TypeScript-first schema validation with static type inference

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

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

WSL - Issues found on WSL

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

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

eslint-plugin-jest - ESLint plugin for Jest

io-ts - Runtime type system for IO decoding/encoding

typescript-eslint-language-service - TypeScript language service plugin for ESLint