0.0.5 • Published 2 years ago
@happytiptoe/eslint-config v0.0.5
@happytiptoe/eslint-config
Custom, opinionated ESLint Configuration
Installation
Install with your favourite package manager:
# yarn
yarn add @happytiptoe/eslint-config
# pnpm
pnpm add @happytiptoe/eslint-config
# npm
npm install @happytiptoe/eslint-configAdd to your ESLint config:
// ESM
export default {
root: true,
extends: ['@happytiptoe/eslint-config']
}// CJS
module.exports = {
root: true,
extends: ['@happytiptoe/eslint-config']
}