exclude top-level build directory from eslint checks

Some javascript files can be present there, causing build to fail due to
eslint checks.
This commit is contained in:
octocorvus 2024-05-08 02:46:14 +00:00 committed by Daniel Micay
parent d2a8e8ebe4
commit 1a01da8abb
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export default [
ignores: [
"app/build/",
"app/src/*/assets/viewer",
"build/",
"releases/"
]
}