https://github.com/tpluscode/open-wc-ts-element
@open-wc template adapted to play nice with TypeScript
https://github.com/tpluscode/open-wc-ts-element
Last synced: 10 months ago
JSON representation
@open-wc template adapted to play nice with TypeScript
- Host: GitHub
- URL: https://github.com/tpluscode/open-wc-ts-element
- Owner: tpluscode
- Created: 2019-06-16T19:59:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:26:56.000Z (about 3 years ago)
- Last Synced: 2025-02-12T21:33:06.549Z (12 months ago)
- Language: JavaScript
- Size: 2.86 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 32
-
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