Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tpluscode/edge-module-race
https://github.com/tpluscode/edge-module-race
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tpluscode/edge-module-race
- Owner: tpluscode
- Created: 2019-08-29T19:03:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-29T19:08:08.000Z (over 5 years ago)
- Last Synced: 2024-10-24T10:09:53.041Z (2 months ago)
- Language: JavaScript
- Size: 140 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# @open-wc project template, tweaked to work with Typescript
The template sets up `@open-wc/linting` and `@open-wc/testing`.
To get running in a real project one will have to add other `@open-wc` templates
by running `npm init @open-wc`## Changes compared to standard templates
* Linting
* Adds [`standard`](https://www.npmjs.com/package/standard)
* Semicolons disabled
* Uses `@typescript-eslint` parser and config
* Default Typescript indentation changed to 2 spaces
* Ignore warnings from eslint (`--quiet`)
* `tsc --noEmit` running as git hook
* Testing
* Browserstack limited to a single concurrent job
* Typescript
* Strict
* Source in `src` directory to reduce clutter