1.1.6 • Published 4 months ago

lemon-pledge v1.1.6

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

Frame 14

A shareable ESLint configuration that leverages TypeScript, React, and Stylistic ESLint Plugins. This config aims for clean, consistent, and modern code style.

npm i lemon-pledge
import lemonPledge from 'lemon-pledge'
export default [
  lemonPledge.configs.default // Standard JS
  // OR
  lemonPledge.configs.typed // TypeScript
  // OR
  lemonPledge.configs['typed-react'] // TypeScript + React
]

Features