jonathandion / web-configs

✨ Monorepo for all common configurations for building web apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Configs

build status

This repository contains common configurations for building web apps.

Configs

This repo is managed as a monorepo that is composed of many npm packages, where each package has its own README and documentation describing usage.

Config Version Description
eslint-config-all npm Lint config for TypeScript, React projects

FAQ

Why not using Prettier?

I prefer to use ESLint for formatting my code as it provides more fine-grained customization options. In addition to linting, ESLint can also be used to format code according to your preferences. Personally, I don't find the printWidth feature in Prettier to be particularly useful for my projects, so I choose to stick with ESLint.

License

MIT License © 2023-PRESENT Jonathan Dion

About

✨ Monorepo for all common configurations for building web apps

License:MIT License


Languages

Language:JavaScript 95.8%Language:Nix 4.2%