Skip to content

Commit

Permalink
Merge pull request #389 from Avaiga/feature/#383-#385-extension-doc-a…
Browse files Browse the repository at this point in the history
…nd-logo

Extension doc WiP and logo
  • Loading branch information
FredLL-Avaiga authored Sep 1, 2022
2 parents ea95def + e712002 commit 07e6c06
Show file tree
Hide file tree
Showing 44 changed files with 807 additions and 154 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 07e6c06

Please sign in to comment.