Adding basing setup for eslint

This commit is contained in:
Jarosław Sadziński
2022-12-16 17:37:55 +01:00
parent de1001f46d
commit dcefd4a81b
5 changed files with 775 additions and 21 deletions

11
.eslintignore Normal file
View File

@@ -0,0 +1,11 @@
# Exclude everything, and use an allowlist to include just the folders we want checked.
/*
!/app
!/test
!/plugins
!/buildtools
!/.eslintrc.js
# And exclude some things within those (generated files)
/_build
/plugins/**/dist