diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-14 22:51:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-14 22:51:48 -0400 |
commit | 49b603c7561c1f39cd79c969e00b6069cedb2397 (patch) | |
tree | 8aea4642daa2d568579399ead8ca1bee236afca2 /.eslintrc.json | |
parent | a52d86a39e9cca620823e3d97d7c129a7abafced (diff) |
Remove old settings page (#1524)
* Remove old settings page
* Remove spinner.gif
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index e7438971..40855968 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -166,12 +166,6 @@ } }, { - "files": ["ext/js/pages/settings/modal-jquery.js"], - "env": { - "jquery": true - } - }, - { "files": [ "test/**/*.js", "dev/**/*.js" |