diff options
author | silverwind <me@silverwind.io> | 2019-11-22 00:30:14 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2019-11-21 18:30:14 -0500 |
commit | 7bc8c6b1805546ee942a07680633fe57e8e45ef6 (patch) | |
tree | 67706da403199a0aff362d99aa199b281677debc /.eslintignore | |
parent | f0aaffeedccaa7b338af6cf72cef77895513c9f1 (diff) | |
download | gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.tar.gz gitea-7bc8c6b1805546ee942a07680633fe57e8e45ef6.zip |
move semantic.dropdown.custom.js to webpack (#9064)
* move semantic.dropdown.custom.js to webpack
Also disabled a annoying linter rule which insisted that imports can not
contain a file extension.
Fixes: https://github.com/go-gitea/gitea/issues/8971
* reorganize web_src files and rebuild
* restart ci
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.eslintignore b/.eslintignore index cc2f158aa4..74bd6f529f 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1 @@ -/public/js/semantic.dropdown.custom.js -/web_src/js/vendor/** +/web_src/js/semanticDropdown.js |