summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2021-07-23 22:31:34 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2021-07-24 07:56:23 -0700
commit1de70cdbf455ef90aa387cd43c2264b4299e7fa8 (patch)
treea479a319c293d3e8a66798be9ca046a41df84c20 /CONTRIBUTING.md
parentda4c0bb102857dde8e29ddd7fd35cc9be290ac74 (diff)
downloadgjs-1de70cdbf455ef90aa387cd43c2264b4299e7fa8.tar.gz
docs: Fix out of date details in docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
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 ###