6989a98d75
- Arkitektur: docs/auth/passwordless-architecture.md - Backend: iom/quixzoom-auth-service/ (FastAPI + Redis) - Webb: quixzoom-market-pages/se/login/ (QR-kod + polling) - App: iom/quixzoom-app/src/features/auth/ (push + deep links) Flöde: QR-kod → app-godkännande → webb-inloggad
17 lines
276 B
Plaintext
17 lines
276 B
Plaintext
{
|
|
"extends": "airbnb-base/legacy",
|
|
"parserOptions":{
|
|
"ecmaFeatures": {
|
|
"experimentalObjectRestSpread": true
|
|
}
|
|
},
|
|
"rules": {
|
|
"max-len": 0,
|
|
"no-plusplus": 0,
|
|
"no-bitwise": 0,
|
|
"no-param-reassign": 0,
|
|
"no-undef": 0
|
|
},
|
|
"globals": {}
|
|
}
|