Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
remove check alignment rule
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Feb 10, 2021
1 parent 05a9ac7 commit 46d4b05
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ module.exports = {
rules: {
'func-style': ['error', 'declaration'],
'jsdoc/check-indentation': 'warn',
'jsdoc/check-line-alignment': [
'warn',
'always',
{
tags: ['author', 'param', 'see']
}
],
'jsdoc/require-param': [
'warn',
{
Expand Down

0 comments on commit 46d4b05

Please sign in to comment.