|
4 | 4 | "html",
|
5 | 5 | "json",
|
6 | 6 | "babel",
|
7 |
| - "react-hooks" |
| 7 | + "react-hooks", |
| 8 | + "jsdoc" |
8 | 9 | ],
|
9 | 10 | "extends": [
|
10 | 11 | "airbnb",
|
|
67 | 68 | "react/require-default-props": "off",
|
68 | 69 | "react-hooks/rules-of-hooks": "error",
|
69 | 70 | "react-hooks/exhaustive-deps": "warn",
|
70 |
| - "jest/no-large-snapshots": "error" |
| 71 | + "jest/no-large-snapshots": "error", |
| 72 | + "jsdoc/check-alignment": "warn", |
| 73 | + "jsdoc/check-examples": "warn", |
| 74 | + "jsdoc/check-indentation": "off", |
| 75 | + "jsdoc/check-param-names": "warn", |
| 76 | + "jsdoc/check-syntax": "warn", |
| 77 | + "jsdoc/check-tag-names": "warn", |
| 78 | + "jsdoc/check-types": "warn", |
| 79 | + "jsdoc/implements-on-classes": "warn", |
| 80 | + "jsdoc/match-description": "warn", |
| 81 | + "jsdoc/newline-after-description": "off", |
| 82 | + "jsdoc/no-types": "off", |
| 83 | + "jsdoc/no-undefined-types": "warn", |
| 84 | + "jsdoc/require-description-complete-sentence": "off", |
| 85 | + "jsdoc/require-description": "warn", |
| 86 | + "jsdoc/require-example": "off", |
| 87 | + "jsdoc/require-hyphen-before-param-description": "warn", |
| 88 | + "jsdoc/require-jsdoc": "warn", |
| 89 | + "jsdoc/require-param-description": "warn", |
| 90 | + "jsdoc/require-param-name": "warn", |
| 91 | + "jsdoc/require-param-type": "warn", |
| 92 | + "jsdoc/require-param": "warn", |
| 93 | + "jsdoc/require-returns-check": "warn", |
| 94 | + "jsdoc/require-returns-description": "warn", |
| 95 | + "jsdoc/require-returns-type": "warn", |
| 96 | + "jsdoc/require-returns": "warn", |
| 97 | + "jsdoc/valid-types": "warn" |
71 | 98 | },
|
72 | 99 | "env": {
|
73 | 100 | "es6": true,
|
|
0 commit comments