JS: Lower severity of js/syntax-error

This commit is contained in:
Asger Feldthaus
2020-03-04 11:16:59 +00:00
parent 02ae0fbda6
commit af0df6c369

View File

@@ -2,7 +2,7 @@
* @name Syntax error
* @description A piece of code could not be parsed due to syntax errors.
* @kind problem
* @problem.severity error
* @problem.severity recommendation
* @id js/syntax-error
* @tags reliability
* correctness