summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-13 14:47:33 +0300
committerValentin Popov <info@valentineus.link>2020-02-13 14:47:33 +0300
commitea076dbff177f20446ce8fda5f526aee6feed8b1 (patch)
treea9f40d4aca9cd08feb4a82e3082a9031df0eed58 /src
parente3ef269fefaff8b15ab81f04254fa033ebb0108f (diff)
downloadeslint-config-ea076dbff177f20446ce8fda5f526aee6feed8b1.tar.xz
eslint-config-ea076dbff177f20446ce8fda5f526aee6feed8b1.zip
feat(eslint): Rule "semi-style"
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'src')
-rw-r--r--src/rules/eslint.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rules/eslint.json b/src/rules/eslint.json
index 43f6f90..5f6f663 100644
--- a/src/rules/eslint.json
+++ b/src/rules/eslint.json
@@ -113,6 +113,10 @@
"before": false
}
],
+ "semi-style": [
+ "error",
+ "last"
+ ],
"sort-imports": [
"error",
{