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
Change notice behavior for trailing-comma esSpecCompliant (#323)
* Change notice behavior for trailing-comma esSpecCompliant
eslint only supports esSpecCompliant true.
* trailing-comma: Default to esSpecCompliant true
Only warn when esSpecCompliant is specifically set to false and assume
true since it's the desired behavior.
0 commit comments