Skip to content

Commit

Permalink
Merge pull request #56 from Adamant-im/eslint-jsdoc
Browse files Browse the repository at this point in the history
Eslint jsdoc
  • Loading branch information
martiliones authored Oct 10, 2022
2 parents cdea8af + c92b327 commit 9494d6d
Show file tree
Hide file tree
Showing 21 changed files with 58 additions and 349 deletions.
58 changes: 56 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,59 @@
"named": "always",
"asyncArrow": "ignore"
}],
"space-infix-ops": ["error", { "int32Hint": true }]
"space-infix-ops": ["error", { "int32Hint": true }],
"jsdoc/check-access": 1,
"jsdoc/check-alignment": 1,
"jsdoc/check-line-alignment": 1,
"jsdoc/check-param-names": 1,
"jsdoc/check-property-names": 1,
"jsdoc/check-tag-names": 1,
"jsdoc/check-types": 1,
"jsdoc/check-values": 1,
"jsdoc/empty-tags": 1,
"jsdoc/multiline-blocks": 1,
"jsdoc/newline-after-description": 1,
"jsdoc/no-multi-asterisks": 1,
"jsdoc/require-param": 1,
"jsdoc/require-param-name": 1,
"jsdoc/require-param-type": 1,
"jsdoc/require-property": 1,
"jsdoc/require-property-name": 1,
"jsdoc/require-property-type": 1,
"jsdoc/require-returns-type": 1,
"jsdoc/require-yields": 1,
"jsdoc/require-yields-check": 1,
"jsdoc/tag-lines": 1,
"jsdoc/valid-types": 1,
"jsdoc/sort-tags": [
"warn",
{
"tagSequence": [
"global",
"typedef",
"var",
"name",
"namespace",
"constructor",
"callback",
"event",
"function",
"augments",
"lends",
"type",
"prop",
"param",
"throws",
"fires",
"listens",
"ingroup",
"deprecated",
"see",
"todo",
"ignore"
]
}
]
},
"globals": {
"PR": true,
Expand All @@ -54,5 +106,7 @@
"after": true,
"afterEach": true
},
"plugins": []
"plugins": [
"jsdoc"
]
}
Binary file removed docs/adm-nodes.jpeg
Binary file not shown.
28 changes: 0 additions & 28 deletions docs/conf.json

This file was deleted.

210 changes: 0 additions & 210 deletions docs/intro.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/typedef/components.js

This file was deleted.

20 changes: 0 additions & 20 deletions docs/typedef/crypto.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/accounts.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/blocks.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/dapps.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/delegates.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/helpers.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/loader.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/multisignatures.js

This file was deleted.

5 changes: 0 additions & 5 deletions docs/typedef/modules/peers.js

This file was deleted.

Loading

0 comments on commit 9494d6d

Please sign in to comment.