This repository contains the eslint rules common to projects from Subscribe with Google's subscriptions project open- source node.js repositories.
Using npm: npm install --save subscriptions-project/eslint-plugin-swg#main
Manually adding to package.json
:
...
"dependencies": {
"eslint-plugin-swg-internal": "github:everyplace/eslint-plugin-swg#main"
}
...
Note: In place of #main
, you can also use a specific commit hash to lock the
version.