microsoft/Mezzurite-DevTools

ESLint configuration for 'semi' throwing error

Closed this issue · 1 comments

cn894 commented

The 'semi' rule is misconfigured. It expects: "semi": [ "error", "always" ], but it currently has: "semi": [ "always", "error" ].

A quick fix.

cn894 commented

PR for this issue: #6