feat: add sqlstring and supports-color modules
- Introduced sqlstring module for SQL escape and formatting. - Added supports-color module to detect terminal color support. - Created dashboard and login views with Bootstrap styling. - Implemented user schema in SQL with mock data for testing.
This commit is contained in:
19
backend/node_modules/seq-queue/.jshintrc
generated
vendored
Normal file
19
backend/node_modules/seq-queue/.jshintrc
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"predef": [
|
||||
"describe",
|
||||
"it",
|
||||
"before",
|
||||
"after",
|
||||
"window",
|
||||
"__resources__"
|
||||
],
|
||||
"es5": true,
|
||||
"node": true,
|
||||
"eqeqeq": true,
|
||||
"undef": true,
|
||||
"curly": true,
|
||||
"bitwise": true,
|
||||
"immed": false,
|
||||
"newcap": true,
|
||||
"nonew": true
|
||||
}
|
Reference in New Issue
Block a user