We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac5a8b5 commit c8bdd81Copy full SHA for c8bdd81
packages/markdown-lint/package.json
@@ -2,7 +2,6 @@
2
"name": "@naverpay/markdown-lint",
3
"version": "0.0.3",
4
"description": "lint for markdown",
5
- "type": "commonjs",
6
"keywords": [
7
"naverpay",
8
"markdownlint"
@@ -15,6 +14,7 @@
15
14
},
16
"license": "MIT",
17
"author": "@NaverPayDev/frontend",
+ "type": "commonjs",
18
"main": ".markdownlint.jsonc",
19
"bin": {
20
"markdownlint": "cli.js"
packages/prettier-config/package.json
@@ -15,6 +15,7 @@
"main": "index.json",
"devDependencies": {
21
"prettier": "^3.5.3"
0 commit comments