Package Exports
- @timeytim/client
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@timeytim/client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
TimeyTim Client
Features
- Linting via ESLint.
- Run manually via
npm run lint
. - Integrates with Visual Studio Code via vscode-eslint.
- Uses AirBNB ESLint plugin.
- TypeScript support via typescript-eslint-parser.
- Run manually via
- Formatting via Prettier.
- Run manually via
npm run format
. - Integrates well with Visual Studio Code via prettier-vscode.
- Set
"editor.formatOnSave": true
to automatically format files on save.
- Set
- Run manually via
import/export
statements are verified via eslint-plugin-import.
NPM Script Commands
npm run test
-- Runs tests, lint and build.npm run lint
-- Runs ESLint.npm run format
-- Reformats all of the.ts
and.tsx
files with Prettier.npm run build
-- Regenerateslib
folder that gets included into NPM module.
License
MIT