Skip to content

Commit

Permalink
Extension doc WiP and logo
Browse files Browse the repository at this point in the history
- #383 extension doc typescript and python
- #385 update favicon to the latest logo
- fix warnings in tests
- commit hook CRLF/WhiteSPeces ...
  • Loading branch information
FredLL-Avaiga committed Aug 30, 2022
1 parent ea95def commit 7a91f3d
Show file tree
Hide file tree
Showing 43 changed files with 805 additions and 152 deletions.
6 changes: 4 additions & 2 deletions gui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = {
],
plugins: [
"@typescript-eslint",
"react-hooks"
"react-hooks",
"eslint-plugin-tsdoc"
],
parserOptions: {
ecmaVersion: 2018, // Allows for the parsing of modern ECMAScript features
Expand All @@ -33,7 +34,8 @@ module.exports = {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"react-hooks/rules-of-hooks": "error", // Checks rules of Hooks
"react-hooks/exhaustive-deps": "warn" // Checks effect dependencies
"react-hooks/exhaustive-deps": "error", // Checks effect dependencies
"tsdoc/syntax": "off", // "warn" to check tsdoc syntax
},
settings: {
react: {
Expand Down
1 change: 1 addition & 0 deletions gui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# docs
/generateddoc
/docs

# misc
.DS_Store
Expand Down
Loading

0 comments on commit 7a91f3d

Please sign in to comment.