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:
parent
d2a8e8ebe4
commit
1a01da8abb
@ -26,6 +26,7 @@ export default [
|
||||
ignores: [
|
||||
"app/build/",
|
||||
"app/src/*/assets/viewer",
|
||||
"build/",
|
||||
"releases/"
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user