Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Merge pull request #53 from saneyuki/jsdoc
Browse files Browse the repository at this point in the history
Drop deprecated jsdoc rules
  • Loading branch information
tetsuharuohzeki authored Mar 5, 2019
2 parents 765275f + c19721a commit d9e3874
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions config/eslintrc_core.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ module.exports = {
// So we regard this rule as meaningless actually and disable this.
'require-atomic-updates ': 0, // https://eslint.org/docs/rules/require-atomic-updates
'use-isnan': 2, // Use `Number.isNaN`
'valid-jsdoc': [2, {
'requireReturn': true,
'requireParamDescription': false,
'requireReturnDescription': false,
}],
'valid-typeof': [1, {'requireStringLiterals': true}],

// Best Practices
Expand Down Expand Up @@ -362,14 +357,6 @@ module.exports = {
'allowTemplateLiterals': true,
}],
'quote-props': 0, // `bar-foo` without quote will be parse error if we disable this rules.
'require-jsdoc': [0, {
'require': {
'FunctionDeclaration': true,
'MethodDefinition': true,
'ClassDeclaration': true,
'ArrowFunctionExpression': true,
}
}],
'semi': [2, 'always'], // Enfoce semicolon.
'semi-spacing':[2, { // Ban a space char before semicolon.
'before': false,
Expand Down

0 comments on commit d9e3874

Please sign in to comment.