File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ module.exports = {
5959 rules : {
6060 '@typescript-eslint/explicit-function-return-type' : 'off' ,
6161 '@typescript-eslint/explicit-module-boundary-types' : 'off' ,
62+ '@typescript-eslint/no-var-requires' : 'off' ,
6263 // may need to add more rules
6364 } ,
6465 } ,
Original file line number Diff line number Diff line change 1- /* eslint-disable @typescript-eslint/no-var-requires */
21const remarkMath = require ( 'remark-math' ) ;
32const rehypeKatex = require ( 'rehype-katex' ) ;
43const githubTheme = require ( 'prism-react-renderer/themes/github' ) ;
@@ -10,8 +9,9 @@ module.exports = {
109 url : 'https://computerization.io' ,
1110 baseUrl : '/' ,
1211 favicon : 'img/favicon/favicon.ico' ,
13- organizationName : 'Computerization' , // Usually your GitHub org/user name.
14- projectName : 'computerization.github.io' , // Usually your repo name.
12+ organizationName : 'Computerization' ,
13+ projectName : 'computerization.github.io' ,
14+ trailingSlash : true ,
1515 i18n : {
1616 defaultLocale : 'zh-Hans' ,
1717 locales : [ 'zh-Hans' , 'en' ] ,
You can’t perform that action at this time.
0 commit comments