Files
Stage_IJL/.hintrc
Le Stagiaire 4b7f1f301e feat: Added ElectronJS app to display the app
feat: Removed fullscreen dialogs to display them in popup window
2024-06-28 13:42:41 +02:00

8 lines
88 B
Plaintext

{
"extends": [
"development"
],
"hints": {
"no-inline-styles": "off"
}
}