Replace xlsx with exceljs, unify CRS/DMS logic, move pages to views with shared map/toast composables, and add Vitest/ESLint/Prettier plus docs. Co-authored-by: Cursor <cursoragent@cursor.com>
11 lines
187 B
JSON
11 lines
187 B
JSON
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"printWidth": 100,
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"endOfLine": "auto",
|
|
"vueIndentScriptAndStyle": false
|
|
}
|