Change app/ to src/ in configuration files etc

This commit is contained in:
Alex Gleason
2023-09-18 16:07:02 -05:00
parent 7d17c87fc7
commit 7df9a91e37
10 changed files with 20 additions and 20 deletions

View File

@ -29,7 +29,7 @@
"test:all": "${npm_execpath} run test:coverage && ${npm_execpath} run lint",
"lint": "${npm_execpath} run lint:js && ${npm_execpath} run lint:sass",
"lint:js": "npx eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx . --cache",
"lint:sass": "npx stylelint app/styles/**/*.scss",
"lint:sass": "npx stylelint src/styles/**/*.scss",
"prepare": "husky install"
},
"license": "AGPL-3.0-or-later",