From de43da2b6f0975eae3b4f79ee2c6f7883d3d01bf Mon Sep 17 00:00:00 2001 From: Anthony Veaudry Date: Thu, 13 Aug 2020 09:59:06 +0300 Subject: [PATCH] updates documentation regarding linting Signed-off-by: Anthony Veaudry --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cfcd1d7..0d7a0aa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ The animations in Animate.css should follow a few key principles: 1. Match the naming convention (camelCase, categorized [fades, bounces, etc]) 2. Indent with two spaces 3. End each file with a blank line -4. Please use the configurations in .editorconfig and .prettierrc to help keeps styling consistant. +4. Make sure you have an editorconfig plugin/extension enabled in your editor and all the dependencies installed so editorconfig and prettier can automatically format your code when committing. ## How To Contribute