{ "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 }