feat: implement pos goods management module; add create, update, and list components with API integration
This commit is contained in:
+8
-4
@@ -5,28 +5,28 @@
|
||||
"endOfLine": "lf",
|
||||
"overrides": [
|
||||
{
|
||||
"files": "*.html",
|
||||
"files": "**/*.html",
|
||||
"options": {
|
||||
"bracketSameLine": true,
|
||||
"printWidth": 120
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.scss",
|
||||
"files": "**/*.scss",
|
||||
"options": {
|
||||
"printWidth": 120,
|
||||
"singleQuote": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.less",
|
||||
"files": "**/*.less",
|
||||
"options": {
|
||||
"printWidth": 120,
|
||||
"singleQuote": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": "*.json",
|
||||
"files": "**/*.json",
|
||||
"options": {
|
||||
"printWidth": 100
|
||||
}
|
||||
@@ -40,6 +40,10 @@
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"tailwindAttributes": [
|
||||
"class",
|
||||
"ngClass"
|
||||
],
|
||||
"trailingComma": "es5",
|
||||
"useTabs": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user