Skip to content

Commit 0d232f0

Browse files
committed
📦 Initital setup
0 parents  commit 0d232f0

File tree

10 files changed

+2889
-0
lines changed

10 files changed

+2889
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
.idea

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# DotMH Linting
2+
3+
[![DotMH Future Gadget Lab](https://img.shields.io/badge/DotMH-.dev-red.svg?style=for-the-badge)](https://www.dotmh.io)
4+
[![Prettier Config](https://img.shields.io/badge/Config-Prettier-%23F7B93E?style=for-the-badge&logo=prettier)](https://prettier.io/)
5+
[![Eslint Config](https://img.shields.io/badge/Config-ESLint-%234B32C3?style=for-the-badge&logo=eslint)](https://eslint.org/)
6+
![Ecologi (Trees)](https://img.shields.io/ecologi/trees/martinhaynes?style=for-the-badge)
7+
8+
Configuration files for Linters used across [DotMH](https://github.com/dotmh) projects.
9+
10+
- [packages/eslint-config-ts](packages/eslint-config-ts) : Eslint Configuration for Typescript
11+
- [packages/prettier-config](packages/eslint-config-ts) : Prettier Configuration

0 commit comments

Comments
 (0)