Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikededo/configs
- Owner: mikededo
- Created: 2023-02-26T17:48:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T08:24:08.000Z (10 months ago)
- Last Synced: 2024-11-17T03:15:55.322Z (about 1 month ago)
- Topics: eslint, eslint-config, prettier
- Language: JavaScript
- Homepage: https://github.com/mikededo/configs/blob/main/README.md
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# `@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.