0.0.8 • Published 5 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-webUsage
Create an .eslintrc file and add the following:
{
"root": true,
"extends": ["@ehubbell/eslint-config-web"]
}