You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'@fs/eslint-config-frontier-react/prettierSetup',// Always have prettier last so it can override format rules in the extends before it
@@ -18,7 +19,6 @@ module.exports = {
18
19
'eslint-plugin-bestpractices',
19
20
'eslint-plugin-deprecate',
20
21
'eslint-plugin-html',
21
-
'eslint-plugin-jsdoc',
22
22
'eslint-plugin-promise',
23
23
'eslint-plugin-sonarjs',
24
24
'eslint-plugin-test-selectors',
@@ -94,61 +94,6 @@ module.exports = {
94
94
// ]
95
95
},
96
96
overrides: [
97
-
{
98
-
files: ['*.js?(x)','*.html'],
99
-
rules: {
100
-
'valid-jsdoc': ['warn'],
101
-
// jsdoc/check-access
102
-
'jsdoc/check-alignment': 'warn',
103
-
// jsdoc/check-indentation
104
-
// jsdoc/check-line-alignment
105
-
'jsdoc/check-param-names': 'warn',
106
-
// jsdoc/check-property-names
107
-
'jsdoc/check-syntax': 'warn',
108
-
'jsdoc/check-tag-names': 'warn',
109
-
'jsdoc/check-types': 'warn',
110
-
// jsdoc/check-values
111
-
// jsdoc/empty-tags
112
-
'jsdoc/implements-on-classes': 'warn',
113
-
'jsdoc/match-description': 'warn',
114
-
// jsdoc/match-name
115
-
// jsdoc/multiline-blocks
116
-
// jsdoc/newline-after-description
117
-
// jsdoc/no-bad-blocks
118
-
// jsdoc/no-defaults
119
-
// jsdoc/no-missing-syntax
120
-
// jsdoc/no-multi-asterisks
121
-
// jsdoc/no-restricted-syntax
122
-
// jsdoc/no-types
123
-
// jsdoc/no-undefined-types - 2020-01-23: This was broken in eslint-plugin-jsdoc#8 in 2019-06, and hasn't gotten much better. Disabled, for now. Check back later.
0 commit comments