1.0.0 • Published 3 years ago

@shooontan/eslint-config-ts v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@shooontan/eslint-config-ts

npm version install size ci

Shared ESLint config for TypeScript.

Install

# npm
npm install --save-dev @shooontan/eslint-config-ts eslint prettier

# or yarn
yarn add --dev @shooontan/eslint-config-ts eslint prettier

Usage

module.exports = {
  extends: ['@shooontan/eslint-config-ts'],
};