UNPKG

@syncfusion/ej2-calendars

Version:

A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization.

112 lines (111 loc) 3.08 kB
{ "rules": { "chai-vague-errors": true, "use-isnan": true, "missing-jsdoc": true, "missing-optional-annotation": true, "no-backbone-get-set-outside-model": true, "no-banned-terms": true, "no-constant-condition": true, "no-control-regex": true, "no-cookies": true, "no-delete-expression": true, "no-document-write": true, "no-document-domain": true, "no-disable-auto-sanitization": true, "no-duplicate-case": true, "no-duplicate-parameter-names": true, "no-empty-interfaces": true, "no-exec-script": true, "no-function-constructor-with-string-args": true, "no-function-expression": true, "no-invalid-regexp": true, "no-for-in": true, "member-access": true, "no-multiline-string": true, "no-multiple-var-decl": true, "no-unnecessary-bind": true, "no-unnecessary-semicolons": true, "no-octal-literal": true, "no-regex-spaces": true, "no-sparse-arrays": true, "no-string-based-set-immediate": true, "no-string-based-set-interval": true, "no-unused-imports": true, "no-with-statement": true, "prefer-array-literal": true, "promise-must-complete": false, "react-no-dangerous-html": true, "use-named-parameter": true, "valid-typeof": true, "max-func-body-length": [true, 100, { "ignore-parameters-to-function-regex": "describe" }], "class-name": true, "curly": true, "eofline": false, "forin": true, "indent": [ true, "spaces" ], "label-position": true, "max-line-length": [true, 140], "no-arg": true, "no-console": [true, "debug", "info", "log", "time", "timeEnd", "trace" ], "no-construct": true, "no-parameter-properties": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": true, "no-eval": true, "no-string-literal": true, "no-switch-case-fall-through": true, "trailing-comma": true, "no-trailing-whitespace": true, "no-unused-expression": true, "no-use-before-declare": false, "no-var-requires": true, "one-line": [true, "check-open-brace", "check-catch", "check-else", "check-whitespace" ], "no-any": true, "no-conditional-assignment": true, "no-angle-bracket-type-assertion": false, "align": [true, "parameters", "arguments", "statements"], "no-empty-line-after-opening-brace": false, "typedef-whitespace": [false], "ban": true, "quotemark": [true, "single"], "semicolon": true, "triple-equals": [true, "allow-null-check"], "typedef": [true, "call-signature", "parameter", "property-declaration", "variable-declaration", "arrow-parameter", "member-variable-declaration"], "variable-name": true, "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-separator", "check-type" ], "jsdoc-format": true, "no-var-keyword": true, "radix": true } }