@nekohack/eslint-config
v0.3.0
Published
## Installation
Readme
@nekohack/eslint-config
Installation
Install the ESLint plugin for ESNext.
npm i @nekohack/eslint-config -D
yarn add -D @nekohack/eslint-configConfiguration
You can use as general ESLint plugins.
module.exports = {
extends: ['@nekohack/eslint-config']
}