Skip to content

Commit

Permalink
Better JSDoc + Remove jsdoc-to-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu2301 committed Feb 5, 2022
1 parent ef3935b commit 6e8856e
Show file tree
Hide file tree
Showing 15 changed files with 211 additions and 1,776 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ module.exports = {
},
rules: {
'no-console': 'off',
'import/no-extraneous-dependencies': [
'error',
{
devDependencies: ['./test.js', './tests/**'],
},
],
},
};
3 changes: 3 additions & 0 deletions docs/DOCS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Documentation

### All the project is now JSDoc-ed :)

0 comments on commit 6e8856e

Please sign in to comment.