1.2.1 ā€¢ Published 2 years ago

eslint-config-mattdeco v1.2.1

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

eslint-config-mattdeco

Personal, opinionated ESLint config and related tooling.

Usage

npm install eslint-config-mattdeco --save-dev

or

yarn add eslint-config-mattdeco --dev

in .eslintrc.json:

{"extends": "eslint-config-mattdeco"}

šŸŽ‰

Details

This config extends from the following shared configs: 1. eslint:recommended 1. prettier 1. react/recommended

Please see eslintrc.json for the full details regarding specific stylistic overrides, environment assumptions, and so forth.