From 1de70cdbf455ef90aa387cd43c2264b4299e7fa8 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Fri, 23 Jul 2021 22:31:34 -0700 Subject: docs: Fix out of date details in docs --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8ab096e8..e22c9ee6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -299,9 +299,9 @@ autoformatter, read the [CPP_Style_Guide.md][cppstyle] file. For Javascript code, an [ESLint configuration file][eslint] is included in the root of the GJS repository. This is not integrated with a git commit hook, so you need to manually -manually sure that all your new code conforms to the style. -Don't rewrite old code with `eslint --fix` unless you are already -changing that code for some other reason. +make sure that all your code conforms to the style. +Running `./tools/run_eslint.sh --fix` should autoformat most of your +JavaScript code correctly. ### Commit messages ### -- cgit v1.2.1