mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Remove requirement for valid jsdoc comments
This commit is contained in:
parent
d3709091b3
commit
762620ac7b
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -28,7 +28,6 @@
|
||||||
"no-unreachable": [ "warn" ],
|
"no-unreachable": [ "warn" ],
|
||||||
"no-unsafe-finally": [ "warn" ],
|
"no-unsafe-finally": [ "warn" ],
|
||||||
"use-isnan": [ "warn" ],
|
"use-isnan": [ "warn" ],
|
||||||
"valid-jsdoc": [ "warn" ],
|
|
||||||
"valid-typeof": [ "error" ],
|
"valid-typeof": [ "error" ],
|
||||||
"curly": [ "warn" ],
|
"curly": [ "warn" ],
|
||||||
"dot-location": [ "warn", "property" ],
|
"dot-location": [ "warn", "property" ],
|
||||||
|
|
Loading…
Reference in a new issue