-
Notifications
You must be signed in to change notification settings - Fork 1
/
.integration_jscsrc
37 lines (37 loc) · 1.17 KB
/
.integration_jscsrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"fileExtensions": [".js", ".jsx", ".es6"],
"additionalRules": [
"lib/rules/*.js"
],
"disallowObjectController": true,
"disallowInstanceInInitializer": true,
"disallowCoreView": true,
"disallowEmberTryCatch": true,
"disallowEmberRequired": true,
"disallowAtEachLeafNode": true,
"disallowArrayComputed": true,
"disallowReduceComputed": true,
"disallowDualGetterSetter": true,
"disallowEmberCreate": true,
"disallowEmberKeys": true,
"disallowEmberOneway": true,
"disallowEmberView": true,
"disallowPositionalParamsExtend": true,
"disallowBeforeObserver": true,
"disallowImmediateObserver": true,
"disallowArrayController": true,
"disallowControllerNeeds": true,
"disallowFreezableMixin": true,
"disallowObserverArgumentOrdering": true,
"disallowCreateWithMixins": true,
"disallowComputedAny": true,
"disallowHandlebarsHelpers": true,
"disallowInitializerArity": true,
"disallowPrivateRegistryProperty": true,
"disallowAppInstanceContainer": true,
"disallowDebugMissingArguments": true,
"disallowDefaultLayout": true,
"disallowCurrentState": true,
"disallowInjectedContainerAccess": true,
"disallowPrototypeExtension": true
}