1.0.5 • Published 4 years ago

eslint-config-next-thedv v1.0.5

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

eslint-config-next-thedv

My eslint configuration for React. Starting v1, this plugin requires eslint v6 or superior.

CircleCI npm version

Usage

yarn add eslint-config-next-thedv --dev

In .eslintrc:

{
  "extends": "next-thedv"
}