From 8d98180b4f6882dbbe6754bceb8ffb09f46f7e7d Mon Sep 17 00:00:00 2001 From: Eug-VS Date: Wed, 15 Jan 2020 23:11:49 +0300 Subject: feat: add rules for quotes into .eslintrc --- .eslintrc.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 4bed466..8c9d6d9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,7 @@ { - "extends": "react-app" -} \ No newline at end of file + "extends": "react-app", + "rules": { + "jsx-quotes": ["error", "prefer-double"], + "quotes": ["error", "single"] + } +} -- cgit v1.2.3