0.0.8 • Published 4 months ago
@ehubbell/eslint-config-web v0.0.8
Overview
An eslint config for Web projects.
Installation
npm i @ehubbell/eslint-config-web
npx install-peerdeps --dev @ehubbell/eslint-config-web
Usage
Create an .eslintrc
file and add the following:
{
"root": true,
"extends": ["@ehubbell/eslint-config-web"]
}