Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikededo/configs

Custom configurations for common JS/TS packages.
https://github.com/mikededo/configs

eslint eslint-config prettier

Last synced: 15 days ago
JSON representation

Custom configurations for common JS/TS packages.

Awesome Lists containing this project

README

        


Logo

# `@mikededo/configs`

This monorepo contains several `npm` packages that provide common configurations
for popular development tools like ESLint, Prettier, and more. By importing and
using these packages in your own projects, you can ensure that your code adheres
to consistent standards and best practices across your entire codebase. Th
configurations are strongly opinionated to my likings.

## Packages

The following packages are available in this monorepo:

- `@mikededo/eslint-config`: plain ESLint configuration, with TS support.
- `@mikededo/eslint-config-react`: ESLint configuration for React projects, with TS support.