From 847d5c3d2e92b096ad6949064345bd1b775e9f99 Mon Sep 17 00:00:00 2001 From: jannyHou Date: Tue, 28 Aug 2018 11:20:19 -0400 Subject: [PATCH] add no-extra-semi --- eslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.json b/eslint.json index 15cc97a..af2c278 100644 --- a/eslint.json +++ b/eslint.json @@ -41,6 +41,7 @@ "mocha/no-identical-title": "error", "mocha/no-nested-tests": "error", "no-array-constructor": 2, + "no-extra-semi": "error", "no-multi-spaces": "error", "no-multiple-empty-lines": ["error", { "max": 1 }], "no-redeclare": ["error"],