GT2/Ejectable/node_modules/@egjs/hammerjs/.jscsrc
2021-08-16 00:14:59 +00:00

10 lines
209 B
Text

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