Commit 6fca050
committed
Add Stylelint configuration and update ESLint ignores
- Introduced .stylelintrc.json for SCSS linting with specific rules and ignored files
- Updated eslint.config.mjs to include additional ignored paths for consistency
- Added stylelint and related packages to package.json and package-lock.json
- Enhanced linting scripts in package.json to include SCSS linting
- Minor adjustments to Avatar component styles and AppMenu for better user experience
- Updated PrivateOutlet tests to include new auth state handling
- Added new translations for reports in English, Spanish, and French1 parent 008137d commit 6fca050
File tree
17 files changed
+1128
-48
lines changed- frontend
- src
- common
- components
- Icon
- Menu
- Router/__tests__
- hooks
- providers
- services/auth
- utils/i18n/resources
- en
- es
- fr
- pages
- Auth
- OAuth
- SignIn/components
- Home
17 files changed
+1128
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
48 | 58 | | |
49 | 59 | | |
0 commit comments