1.0.3 • Published 1 year ago

eslint-config-tip v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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"],
};