[assets] Move some frontend assets to _vendor_ directories:

This simplifies linting of files we have no grasp on, and clarifies responsibilities.

- Add .eslintignore.
- Restrict linting to bookwyrm/static.
This commit is contained in:
Fabien Basmaison
2021-04-05 16:17:11 +02:00
parent 5aea7343b4
commit cbed5e331b
10 changed files with 11 additions and 9 deletions

1
.eslintignore Normal file
View File

@ -0,0 +1 @@
**/vendor/**