forked from kofal.net/zmk
feat(docs): Add eslint and prettier GH Actions.
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
"serve": "docusaurus serve",
|
||||
"swizzle": "docusaurus swizzle",
|
||||
"deploy": "docusaurus deploy",
|
||||
"clear": "docusaurus clear"
|
||||
"clear": "docusaurus clear",
|
||||
"lint": "eslint . --ext js,jsx,md,mdx",
|
||||
"prettier:check": "prettier --check .",
|
||||
"prettier:format": "prettier --write ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^2.0.0-alpha.66",
|
||||
|
||||
Reference in New Issue
Block a user