-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Whenever we create a new library, we make an effort to add at least one JavaScript sample in samples/:
- to smoke test that the library actually works.
- to give customers something to reference.
We should have JavaScript eslint rules as well as gts, to make sure these files follow coding style:
The deps:
npm i eslint eslint-config-prettier eslint-plugin-node eslint-plugin-prettier prettier --save-dev
The scripts:
"fix": "gts fix && eslint samples --fix",
"lint": "gts check && eslint samples",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.