You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/11 03:08:08 UTC

[GitHub] [apisix-website] SkyeYoung opened a new pull request, #1014: refactor(hooks): to ts

SkyeYoung opened a new pull request, #1014:
URL: https://github.com/apache/apisix-website/pull/1014

   Fixes: #653 
   
   Changes:
   
   - refactor `hooks` to ts
   - refactor `theme` to ts
   - fix lint-staged config
   
   Screenshots of the change:
   
   none


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] juzhiyuan merged pull request #1014: refactor(hooks, theme): to ts

Posted by GitBox <gi...@apache.org>.
juzhiyuan merged PR #1014:
URL: https://github.com/apache/apisix-website/pull/1014


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1014: refactor(hooks): to ts

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1014:
URL: https://github.com/apache/apisix-website/pull/1014#issuecomment-1094496474

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 9b9a488dbee746e12e7cb797c4cc2cdea6b06de7 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/62539b98e2cf3e00086f0eef |


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] juzhiyuan commented on a diff in pull request #1014: refactor(hooks, theme): to ts

Posted by GitBox <gi...@apache.org>.
juzhiyuan commented on code in PR #1014:
URL: https://github.com/apache/apisix-website/pull/1014#discussion_r846914817


##########
package.json:
##########
@@ -32,8 +32,8 @@
     "stylelint-config-standard": "^25.0.0"
   },
   "lint-staged": {
-    "*.{js, jsx, ts, tsx}": "eslint --cache --fix",
-    "*.{yml, yaml}": "eslint --cache --fix",
+    "*.{js,jsx,ts,tsx}": "eslint --cache --fix",
+    "*.{yml,yaml}": "eslint --cache --fix",
     "*.css": "stylelint --cache --fix"
   }
-}
+}

Review Comment:
   ```suggestion
   }
   
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org