docs: Move HACKING

Start consolidating project-wide documentation in the docs/ folder.

While at it, change the name `js-coding-style`, which is both less
ominous and allows for an accompanying `c-coding-style`.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3122>
This commit is contained in:
Florian Müllner 2024-01-16 20:40:55 +01:00
parent c345dac9d9
commit 98464868c7
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ awk --assign dir=$OUTDIR -- '
/```javascript$/ {
do_print = 1;
}
' HACKING.md
' docs/js-coding-style.md
eslint \
--rule 'no-undef: off' \