Files
projet_gestion_commande/frontend-admin/node_modules/@egjs/hammerjs/.jscsrc
T
2026-02-07 22:33:02 +01:00

11 lines
209 B
Plaintext

{
"preset": "ember-suave",
"excludeFiles": [
"tests/**/assets",
"node_modules/**"
],
"disallowConstOutsideModuleScope": false,
"requireArrowFunctions": true,
"disallowEmptyBlocks": false
}