From 9b0da233c77adc5c58e9f8e6e2a11f0b6664b65b Mon Sep 17 00:00:00 2001 From: benjaminramey Date: Wed, 11 Nov 2020 21:27:27 -0600 Subject: [PATCH] Remove styling rules from eslint (now in prettier) --- api/.eslintrc.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/.eslintrc.json b/api/.eslintrc.json index b1d4df0..46b980e 100644 --- a/api/.eslintrc.json +++ b/api/.eslintrc.json @@ -7,15 +7,5 @@ }, "parserOptions": { "ecmaVersion": 2018 - }, - "rules": { - "semi": ["error"], - "no-trailing-spaces": ["error"], - "object-curly-newline": ["error"], - "object-property-newline": ["error"], - "quotes": ["error", "backtick"], - "indent": ["error", "tab"], - "curly": ["error"], - "brace-style": ["error"] } }