Files
android_development/tools/ota_analysis/.prettierrc.js
lishutong 9a5b57e68d Seperate the ota_analysis from OTAgui.
The default entry point is /analyseOTA in production enviroment. This is
for the deployment on android.github.io/.

Test: Mannual tested.
Change-Id: Ic77277024b34b67b9964be8cf4f1592cebf5c5e8
2021-07-08 16:05:13 +00:00

6 lines
74 B
JavaScript

module.exports = {
singleQuote: true,
semi: false,
useTabs: false
}