@vedapointe-shared/eslint-config
v1.4.0
Published
Recommended eslint configuration for VedaPointe products
Readme
Introduction
This package is used to standardize ESLint rules across VedaPointe products
Installation
Install VedaPointe ESLint config
npm i -D @vedapointe-shared/eslint-configInstall Peer Dependences
npm i -D eslintAdd an
.eslintrcfileAdd configuration to the
.eslintrcfile.{ "extends": "@vedapointe-shared" }Add
"lint"script topackage.json"scripts": { "lint": "eslint" }Lint code using npm command
npm run lint
