79514846

Date: 2025-03-17 14:21:20
Score: 3
Natty:
Report link

This is how I use TSLint:

import pluginJs from "@eslint/js";
import tseslint from "typescript-eslint";

export default tseslint.config(
  pluginJs.configs.recommended,
  tseslint.configs.recommended, // note the change in this line

  {
    ignores: [],
    rules: {},
  }

);

Link to the full config file: https://github.com/Jay-Karia/jqlite/blob/main/eslint.config.mjs

Reasons:
  • Probably link only (1):
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jay