fix: add the /dist folder to eslintignore

pull/166/head
Boaz Poolman 2024-12-30 10:43:18 +00:00
parent 35463b9631
commit 24bbf0788b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
**/node_modules **/node_modules
**/public **/public
**/build **/build
**/dist
**/config **/config
**/scripts **/scripts
**/playground **/playground