Files
gristlabs_grist-core/.eslintignore

12 lines
225 B
Plaintext
Raw Normal View History

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