Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-iterator-helpers/.eslintrc
rd565449 r0c6b92a 22 22 "capIsNewExceptions": [ 23 23 "Call", 24 "CreateDataPropertyOrThrow", 24 25 "CreateIteratorFromClosure", 25 26 "CreateIterResultObject", … … 30 31 "Get", 31 32 "GetIntrinsic", 33 "GetIterator", 32 34 "GetIteratorDirect", 33 35 "GetIteratorFlattenable", 34 36 "GetMethod", 37 "GetOptionsObject", 38 "IfAbruptCloseIterators", 39 "IsAccessorDescriptor", 35 40 "IsArray", 36 41 "IsCallable", 42 "IsDataDescriptor", 37 43 "IteratorClose", 44 "IteratorCloseAll", 45 "IteratorStep", 38 46 "IteratorStepValue", 39 "Iterator Step",47 "IteratorZip", 40 48 "NormalCompletion", 41 49 "OrdinaryHasInstance", 42 50 "OrdinaryObjectCreate", 51 "ReturnCompletion", 43 52 "StringToCodePoints", 44 53 "ThrowCompletion", … … 64 73 }, 65 74 }, 75 { 76 "files": "Iterator.zip*/implementation.js", 77 "rules": { 78 "complexity": "off", 79 "max-depth": "off", 80 }, 81 }, 82 { 83 "files": "aos/IteratorZip.js", 84 "rules": { 85 "max-depth": "off", 86 "max-params": "off", 87 }, 88 }, 66 89 ], 67 90 }
Note:
See TracChangeset
for help on using the changeset viewer.