4.0.0 • Published 2 years ago

@kocal/eslint-config-generator v4.0.0

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

ESLint config generator

npm.io

Installation

$ yarn add --dev @kocal/eslint-config-generator eslint@^8.0.0 @babel/eslint-parser@^7.16.0

Usage

In your .eslintrc.js:

const { generateConfig } = require('@kocal/eslint-config-generator');

module.exports = generateConfig();