From f118beac16b1308c4158b8f22220c72dd3c12109 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 12 Feb 2020 14:20:53 -0400 Subject: [PATCH] rules --- .eslintrc.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 31d777cc..6f4fbc0d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -69,7 +69,13 @@ "id-length": "off", // typescript does this - "no-unused-vars": "off" + "no-unused-vars": "off", + + // https://github.com/prettier/eslint-config-prettier/issues/132 + "line-comment-position": "off", + + // if someone does this it's probably intentional + "no-useless-concat": "off" }, "parser": "babel-eslint", "env": {