Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.