gristlabs_grist-core/.eslintignore

12 lines
225 B
Plaintext
Raw Normal View History

2022-12-16 16:37:55 +00:00
# Exclude everything, and use an allowlist to include just the folders we want checked.
/*
!/app
!/test
!/plugins
!/buildtools
2022-12-27 18:35:03 +00:00
!/stubs
2022-12-16 16:37:55 +00:00
!/.eslintrc.js
# And exclude some things within those (generated files)
/plugins/**/dist