gitea/build
silverwind a159c3175f
Add new JS linter rules (#17699)
* Add new JS linter rules

Adds a few useful rules from eslint-plugin-github. Notable changes:

- Forbid dataset usage, its camel-casing behaviour makes it hard to
  grep for attributes.
- Forbid .then() and .catch(), we should generally prefer await for new
  code. For rare cases where they are useful, a eslint-disable-line
  directive can be set.
- Add docs js to linting

* also enable github/array-foreach

* small tweak

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2021-11-22 16:19:01 +08:00
..
codeformat Better builtin avatar generator (#17707) 2021-11-20 01:10:41 +08:00
code-batch-process.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
generate-bindata.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
generate-emoji.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
generate-gitignores.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
generate-images.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
generate-licenses.go refactor: move from io/ioutil to io and os package (#17109) 2021-09-22 13:38:34 +08:00
generate-svg.js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
gitea-format-imports.go A better go code formatter, and now `make fmt` can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
gocovmerge.go Enable race detector for CI (#1441) 2021-08-26 16:50:04 +08:00
test-env-check.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
test-env-prepare.sh Prepare and check test env during CI (#17725) 2021-11-19 13:58:34 +08:00
update-locales.sh Format files (#13698) 2020-11-28 01:12:22 -05:00