Skip to content

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

License

Notifications You must be signed in to change notification settings

ijxy/eslint-config-tip

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published