From f8cb85f6b84a33dcc22ba977afd175d43223cdf7 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Wed, 29 Jan 2020 06:42:57 +0100 Subject: [PATCH] Add more principles. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f4f50f1..ecc073b 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,10 @@ package-lock.json This is a duplicate and unnecessary amount of work. +### 💩 As hard as you can try to avoid code linters + +Write code as you want, especially if there is more than one developer in a team. This is a "freedom" principle. + ### 💩 Start your project without a README file. And keep it that way for the time being.