2.0.1 • Published 6 months ago

@d-dev/eslint-config v2.0.1

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

eslint-config

A collection of eslint rules for esm modules.

Install

$ npm install @d-dev/eslint-config -D

Configure

.eslintrc.json

{
  "extends": ["@d-dev"]
}