summaryrefslogtreecommitdiff
path: root/src/rules/default.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 21:42:08 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 21:42:18 +0300
commit228ce628a4058603e40917e46404fe985cc65b3c (patch)
tree4d40e238bb74819c06069272e70fd486bc9c3075 /src/rules/default.json
parent7ecc10853dac4302e2fffb29df4c24d095075343 (diff)
downloadeslint-config-228ce628a4058603e40917e46404fe985cc65b3c.tar.xz
eslint-config-228ce628a4058603e40917e46404fe985cc65b3c.zip
feat(eslint): Rule "no-extra-semi"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src/rules/default.json')
-rw-r--r--src/rules/default.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rules/default.json b/src/rules/default.json
index ee9a2f6..70a6913 100644
--- a/src/rules/default.json
+++ b/src/rules/default.json
@@ -121,6 +121,9 @@
"allowIndirect": false
}
],
+ "no-extra-semi": [
+ "error"
+ ],
"no-multi-spaces": [
"error",
{