Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 594 Bytes

npm verison npm bundle size npm downloads

eslint-config-tip

An opinionated ESLint config that combines rules for typescript, imports and prettier.

Installation

npm install -D eslint eslint-config-tip

Usage

/** @type {import("eslint").Linter.Config} */
module.exports = {
  root: true,
  extends: ["tip"],
};