From 46eb1478f070a49aaf8308f2b70190ad34a26f33 Mon Sep 17 00:00:00 2001 From: Luke Camilleri Date: Mon, 22 Oct 2018 19:06:28 +0200 Subject: [PATCH] chore(package-json): Add declaration-block-trailing-semicolon as disabled to match the js code style --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c5e5189..b62cbb2 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,8 @@ }, "stylelint": { "extends": "stylelint-config-xo", - "rules": {} + "rules": { + "declaration-block-trailing-semicolon": ["never"] + } } }