code formatting + documentation for MarkdownGenerator
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
"prepublishOnly": "npm run build",
|
||||
"dev": "node ./src/cli.js",
|
||||
"deploy:dev": "pnpm publish .",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
||||
"lint": "eslint src/",
|
||||
"lint:fix": "eslint src/ --fix",
|
||||
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
|
||||
"fix": "pnpm format && pnpm lint:fix"
|
||||
},
|
||||
@@ -32,4 +32,4 @@
|
||||
"globals": "^15.12.0",
|
||||
"prettier": "^3.3.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user