Move webapp related build files into the webapp directory

This commit is contained in:
eikek
2021-06-22 23:40:42 +02:00
parent 6a4f1c148d
commit 9e552d2ac1
11 changed files with 12 additions and 6 deletions

View File

@ -0,0 +1,9 @@
{
"excludedPaths": [
"modules/webapp/target/elm-src/"
],
"checks" : {
"ImportAll": false,
"SingleFieldRecord": false
}
}