Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossop/js-config
Shared configurations for my JS projects
https://github.com/mossop/js-config
Last synced: 26 days ago
JSON representation
Shared configurations for my JS projects
- Host: GitHub
- URL: https://github.com/mossop/js-config
- Owner: Mossop
- License: mit
- Created: 2022-01-30T10:08:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T16:14:47.000Z (2 months ago)
- Last Synced: 2024-09-07T17:42:02.756Z (2 months ago)
- Language: JavaScript
- Size: 1.36 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# @mossop/config
This is an attempt to put common parts of my JavaScript project configuration
into a shared location. Other than `base` each directory is a different
configuration set:* `node-ts`: Modules that use TypeScript in a node environment.
* `vscode-ts`: VS Code extensions written in TypeScript.
* `web-ts`: Web apps written in TypeScript.
* `react-ts`: React apps written in TypeScript.
* `react-native-ts`: React Native apps written in TypeScript.
* `remix-ts`: Remix apps written in TypeScript.