@happytiptoe/eslint-config
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@happytiptoe/eslint-config

Custom, opinionated ESLint Configuration

npm version license

Installation

Install with your favourite package manager:

# yarn
yarn add @happytiptoe/eslint-config

# pnpm
pnpm add @happytiptoe/eslint-config

# npm
npm install @happytiptoe/eslint-config

Add to your ESLint config:

// ESM
export default {
  root: true,
  extends: ['@happytiptoe/eslint-config']
}
// CJS
module.exports = {
  root: true,
  extends: ['@happytiptoe/eslint-config']
}

License

MIT

/@happytiptoe/eslint-config/

    Package Sidebar

    Install

    npm i @happytiptoe/eslint-config

    Weekly Downloads

    0

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    3.73 kB

    Total Files

    4

    Last publish

    Collaborators

    • happytiptoe