From fe62929af855c71f363da8011d57653d5ea83a44 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 3 Nov 2020 13:46:07 -0500 Subject: feat(docs): Add eslint and prettier GH Actions. --- docs/package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/package.json b/docs/package.json index f1e911e..cb42506 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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", -- cgit v1.2.3