Skip to content

Commit

Permalink
chore: add eslint-formatter-mo for formatting output
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernankez committed Mar 29, 2024
1 parent 525d5f9 commit 6b73b47
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit && pnpm -F \"./playground\" typecheck",
"lint": "eslint .",
"fix": "eslint . --fix"
"lint": "eslint . -f mo",
"fix": "eslint . -f mo --fix"
},
"devDependencies": {
"@bernankez/eslint-config": "1.0.0-beta.3",
Expand All @@ -37,6 +37,7 @@
"backmoji": "workspace:*",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-formatter-mo": "^1.2.0",
"eslint-plugin-format": "^0.1.0",
"happy-dom": "^14.0.0",
"lint-staged": "^15.2.2",
Expand Down
86 changes: 86 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b73b47

Please sign in to comment.