whoisjosephmark / eslint-config

The Josephmark team's basic typescript linter config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@josephmark/eslint-config

The Josephmark team's basic typescript linter config

Installation

npm i -D @josephmark/eslint-config

Usage

Add this to your eslint config eslint.config.js or eslint.config.mjs

import jm from "@josephmark/eslint-config"

module.exports = [
  jm,
  // Add any additional rules here
]

About

The Josephmark team's basic typescript linter config


Languages

Language:JavaScript 100.0%