You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
ColorPicker.js Split `index.js` to separate files (#17315) 3 years ago
CommentSimpleMDE.js Split `index.js` to separate files (#17315) 3 years ago
ImagePaste.js Add new JS linter rules (#17699) 3 years ago
LabelEdit.js Split `index.js` to separate files (#17315) 3 years ago
MarkupContentPreview.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
ReactionSelector.js Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 3 years ago
SearchUserBox.js Improve async/await usage, and sort init calls in `index.js` (#17386) 3 years ago
WebHookEditor.js Improve async/await usage, and sort init calls in `index.js` (#17386) 3 years ago