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

https://github.com/fueled/typescript-standards

TypeScript style guide used internally at Fueled.
https://github.com/fueled/typescript-standards

eslint javascript typescript

Last synced: about 2 months ago
JSON representation

TypeScript style guide used internally at Fueled.

Awesome Lists containing this project

README

          

# Fueled TypeScript Standards

*TypeScript style guide used internally at [Fueled](https://fueled.com/?ref=github).*

## Code Standards

### ESLint
- ESLint configuration for TypeScript based Node applications: [eslint-config-fueled-node](packages/eslint-config-fueled-node)

### EditorConfig

Install the Fueled Frontend Web [`.editorconfig`](/.editorconfig) at the root of any new project, and ensure that your IDE is [set up to use EditorConfig](https://editorconfig.org/).

---

Built with ♥ at [Fueled](https://fueled.com/?ref=github)