Skip to content

Commit

Permalink
feat: ✨ stack and display source code (#8)
Browse files Browse the repository at this point in the history
* feat: ✨ display source code directly without maintaining extra .md files

* fix: 🔧 fix broken test caused by react-markdown

references:
1.facebook/create-react-app#11946
2.https://stackoverflow.com/questions/49263429/jest-gives-an-error-syntaxerror-unexpected-token-export

* fix: update title tag to PPM

* chore: clean up code; update homepage route

* feat: stack and display source code
  • Loading branch information
henghaopu committed Sep 10, 2022
1 parent 499107d commit a81ba7a
Show file tree
Hide file tree
Showing 5 changed files with 5,529 additions and 3,193 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ module.exports = {
// reference: https://typescript-eslint.io/rules/no-unused-vars/
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error'],
'react/jsx-props-no-spreading': 'off',
'react/no-unstable-nested-components': ['off', { allowAsProps: true }],
},
// https://github.com/import-js/eslint-plugin-import/issues/1615
settings: {
Expand Down
Loading

0 comments on commit a81ba7a

Please sign in to comment.