2.0.1 • Published 2 years ago

@d-dev/eslint-config v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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"]
}