0.0.5 • Published 10 months ago

@myoschen/eslint-config v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@myoschen/eslint-config

Installation

npm install @myoschen/eslint-config
yarn add @myoschen/eslint-config
pnpm add @myoschen/eslint-config

Usage

base

module.exports = {
  extends: ["@myoschen/eslint-config/base"]
}

typescript

module.exports = {
  extends: ["@myoschen/eslint-config/typescript"]
}

react

module.exports = {
  extends: ["@myoschen/eslint-config/react"]
}

react-ts

module.exports = {
  extends: ["@myoschen/eslint-config/react-ts"]
}

tailwindcss

module.exports = {
  extends: ["@myoschen/eslint-config/tailwindcss"]
}
0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago