mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Adding basing setup for eslint
This commit is contained in:
11
.eslintignore
Normal file
11
.eslintignore
Normal 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
|
||||
Reference in New Issue
Block a user