mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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:
parent
c345dac9d9
commit
98464868c7
2 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ awk --assign dir=$OUTDIR -- '
|
||||||
/```javascript$/ {
|
/```javascript$/ {
|
||||||
do_print = 1;
|
do_print = 1;
|
||||||
}
|
}
|
||||||
' HACKING.md
|
' docs/js-coding-style.md
|
||||||
|
|
||||||
eslint \
|
eslint \
|
||||||
--rule 'no-undef: off' \
|
--rule 'no-undef: off' \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue