gitea/web_src
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
..
fomantic Disable Fomantic's CSS tooltips (#16974) 2021-09-08 07:23:46 +01:00
js Add new JS linter rules (#17699) 2021-11-22 16:19:01 +08:00
less Add copy button to markdown code blocks (#17638) 2021-11-16 16:16:05 +08:00
svg Fix GitBucket icon (#17644) 2021-11-16 12:24:22 +08:00