@syncfusion/ej2-buttons
Advanced tools
| /*! | ||
| * filename: index.d.ts | ||
| * version : 31.2.3 | ||
| * version : 31.2.12 | ||
| * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
+2
-2
| { | ||
| "name": "@syncfusion/ej2-buttons", | ||
| "version": "31.2.3", | ||
| "version": "31.2.12", | ||
| "description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.", | ||
@@ -11,3 +11,3 @@ "author": "Syncfusion Inc.", | ||
| "dependencies": { | ||
| "@syncfusion/ej2-base": "~31.2.2" | ||
| "@syncfusion/ej2-base": "~31.2.12" | ||
| }, | ||
@@ -14,0 +14,0 @@ "devDependencies": {}, |
+10
-8
@@ -130,9 +130,2 @@ # JavaScript Button Controls | ||
| <p align="center"> | ||
| Trusted by the world's leading companies | ||
| <a href="https://www.syncfusion.com/"> | ||
| <img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo"> | ||
| </a> | ||
| </p> | ||
| ## Setup | ||
@@ -158,2 +151,11 @@ | ||
| ## Resources | ||
| * [Documentation](https://ej2.syncfusion.com/documentation/button/getting-started) | ||
| * [Theme Studio](https://ej2.syncfusion.com/themestudio/) | ||
| * [Custom Resource Generator](https://crg.syncfusion.com/) | ||
| * [What's New](https://www.syncfusion.com/products/whatsnew/essential-js2?utm_medium=listing&utm_source=github) | ||
| * [Road Map](https://www.syncfusion.com/products/roadmap/essential-js2?utm_medium=listing&utm_source=github) | ||
| * [E-Books](https://www.syncfusion.com/ebooks?tag=javascript&utm_medium=listing&utm_source=github) | ||
| ## Support | ||
@@ -175,3 +177,3 @@ | ||
| > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). | ||
| > This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [JavaScript UI controls](https://www.syncfusion.com/javascript-ui-controls), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials). | ||
@@ -178,0 +180,0 @@ > A [free community license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers. |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $grey-base !default; | ||
| $radio-btn-focus-outline-offset: 0 !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $grey-white !default; | ||
| $radio-btn-focus-outline-offset: 0 !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -71,1 +71,2 @@ $radio-btn-background-color: $content-bg !default; | ||
| $radio-btn-focus-outline-offset: 0 !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $neutral-white !default; | ||
| $radio-btn-ripple-bgcolor: rgba(0, 0, 0, .3) !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $neutral-white !default; | ||
| $radio-btn-checked-ripple-bgcolor: #ff4081 !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -76,1 +76,3 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-uncheck-color: $icon-color !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -70,1 +70,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-disabled-not-checked-bg-color: transparent !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $bg-base-0 !default; | ||
| $radio-btn-checked-ripple-bgcolor: #ff4081 !default; | ||
| $radio-btn-border-error-color: $error-bg; |
@@ -70,1 +70,2 @@ $radio-btn-background-color: $bg-base-0 !default; | ||
| $radio-btn-ripple-bgcolor: rgba(0, 0, 0, .3) !default; | ||
| $radio-btn-border-error-color: $error-bg; |
@@ -380,2 +380,5 @@ @mixin fluent-focus-border { | ||
| } | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: $radio-btn-border-error-color; | ||
| } | ||
| } |
@@ -72,1 +72,2 @@ $radio-btn-background-color: transparent !default; | ||
| $radio-btn-focus-outline-offset: 0 !default; | ||
| $radio-btn-border-error-color: $error-bg; |
@@ -72,1 +72,2 @@ $radio-btn-background-color: $grey-white !default; | ||
| $radio-btn-focus-outline-offset: 0 !default; | ||
| $radio-btn-border-error-color: $msg-danger-border-color-alt1; |
@@ -70,1 +70,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -71,1 +71,2 @@ $radio-btn-border: 1px solid !default; | ||
| $radio-btn-focus-outline: $radio-btn-background-color 0 solid !default; | ||
| $radio-btn-border-error-color: $border-error; |
@@ -221,2 +221,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-border-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -223,0 +227,0 @@ background-color: var(--color-sf-bg-primary); |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #d44f4f; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #1a1a1a; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #a94442; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #dc3545; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #212529; |
@@ -228,2 +228,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-border-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -230,0 +234,0 @@ background-color: var(--color-sf-content-bg-color); |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #dc3545; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #ff5f5f; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #201f1f; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #a80000; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -252,2 +252,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #e2777e; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -254,0 +258,0 @@ background-color: #1b1a19; |
@@ -252,2 +252,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #a4262c; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -254,0 +258,0 @@ background-color: #fff; |
@@ -234,2 +234,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-border-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -236,0 +240,0 @@ background-color: var(--color-sf-content-bg-color); |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #b30900; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #b30900; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #000; |
@@ -219,2 +219,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #ff6652; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -221,0 +225,0 @@ background-color: transparent; |
@@ -219,2 +219,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #d74113; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -221,0 +225,0 @@ background-color: #fff; |
@@ -222,2 +222,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -224,0 +228,0 @@ background-color: transparent; |
@@ -224,2 +224,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -226,0 +230,0 @@ background-color: transparent; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #f87171; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #1f2937; |
@@ -217,2 +217,6 @@ .e-radio-wrapper { | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: #dc2626; | ||
| } | ||
| .e-radio + label::before { | ||
@@ -219,0 +223,0 @@ background-color: #fff; |
@@ -227,2 +227,6 @@ | ||
| .e-radio-wrapper.e-error .e-radio + label::before { | ||
| border-color: var(--color-sf-border-error); | ||
| } | ||
| .e-radio + label::before { | ||
@@ -229,0 +233,0 @@ background-color: var(--color-sf-text-input-bg-color); |
-263
| { | ||
| "env": { | ||
| "browser": true, | ||
| "es2021": true | ||
| }, | ||
| "extends": [ | ||
| "eslint:recommended", | ||
| "plugin:@typescript-eslint/recommended", | ||
| "plugin:jsdoc/recommended", | ||
| "plugin:security/recommended" | ||
| ], | ||
| "parser": "@typescript-eslint/parser", | ||
| "parserOptions": { | ||
| "ecmaFeatures": { "js": true }, | ||
| "ecmaVersion": 2018, | ||
| "project": "./tsconfig.json", | ||
| "sourceType": "module" | ||
| }, | ||
| "ignorePatterns": ["*.d.ts", "*.js"], | ||
| "plugins": [ | ||
| "@typescript-eslint", | ||
| "@typescript-eslint/tslint", | ||
| "eslint-plugin-security", | ||
| "jsdoc" | ||
| ], | ||
| "rules": { | ||
| "use-isnan": "error", | ||
| "security/detect-unsafe-regex":"error", | ||
| "security/detect-buffer-noassert":"error", | ||
| "security/detect-child-process":"error", | ||
| "security/detect-disable-mustache-escape":"error", | ||
| "security/detect-eval-with-expression":"error", | ||
| "security/detect-no-csrf-before-method-override":"error", | ||
| "security/detect-non-literal-fs-filename":"error", | ||
| "security/detect-non-literal-regexp":"error", | ||
| "security/detect-non-literal-require":"error", | ||
| "security/detect-object-injection":"error", | ||
| "security/detect-possible-timing-attacks":"error", | ||
| "security/detect-pseudoRandomBytes":"error", | ||
| "security/detect-new-buffer":"error", | ||
| "security/detect-bidi-characters":"error", | ||
| "no-prototype-builtins": "warn", | ||
| "no-extend-native": ["warn"], | ||
| "@typescript-eslint/no-inferrable-types": "off", | ||
| "@typescript-eslint/ban-types": ["warn", { | ||
| "types": { | ||
| "Object": false, | ||
| "object": false, | ||
| "{}": false, | ||
| "Function": false | ||
| } | ||
| }], | ||
| "jsdoc/check-tag-names": 0, | ||
| "@typescript-eslint/tslint/config": [ | ||
| "error", | ||
| { | ||
| "rules": { | ||
| "ban": true, | ||
| "chai-vague-errors": true, | ||
| "max-func-body-length": [ | ||
| true, | ||
| 120, | ||
| { | ||
| "ignore-parameters-to-function-regex": "describe" | ||
| } | ||
| ], | ||
| "missing-jsdoc": true, | ||
| "no-backbone-get-set-outside-model": false, | ||
| "no-cookies": false, | ||
| "no-delete-expression": false, | ||
| "no-disable-auto-sanitization": true, | ||
| "no-duplicate-case": true, | ||
| "no-duplicate-parameter-names": true, | ||
| "no-empty-interfaces": false, | ||
| "no-exec-script": true, | ||
| "no-function-expression": false, | ||
| "no-multiple-var-decl": false, | ||
| "no-string-based-set-immediate": false, | ||
| "no-string-based-set-interval": false, | ||
| "no-unnecessary-bind": false, | ||
| "no-unused-imports": true, | ||
| "no-with-statement": false, | ||
| "prefer-array-literal": false, | ||
| "typedef": [ | ||
| true, | ||
| "call-signature", | ||
| "parameter", | ||
| "property-declaration", | ||
| "variable-declaration", | ||
| "arrow-parameter", | ||
| "member-variable-declaration" | ||
| ], | ||
| "use-named-parameter": false, | ||
| "valid-typeof": true, | ||
| "whitespace": [ | ||
| true, | ||
| "check-branch", | ||
| "check-decl", | ||
| "check-operator", | ||
| "check-separator", | ||
| "check-type" | ||
| ] | ||
| } | ||
| } | ||
| ], | ||
| "no-control-regex": "error", | ||
| "no-constant-condition": "error", | ||
| "no-invalid-regexp": "error", | ||
| "curly": "error", | ||
| "eol-last": [ | ||
| "error", | ||
| "always" | ||
| ], | ||
| "guard-for-in": "error", | ||
| "no-labels": "error", | ||
| "max-len": [ | ||
| "error", | ||
| { | ||
| "code": 140, | ||
| "tabWidth": 4, | ||
| "ignoreComments": true, | ||
| "ignoreStrings": true, | ||
| "ignoreTemplateLiterals": true, | ||
| "ignoreRegExpLiterals": true | ||
| } | ||
| ], | ||
| "no-console": [ | ||
| "error", | ||
| { | ||
| "allow": [ | ||
| "warn", | ||
| "dir", | ||
| "timeLog", | ||
| "assert", | ||
| "clear", | ||
| "count", | ||
| "countReset", | ||
| "group", | ||
| "groupEnd", | ||
| "table", | ||
| "dirxml", | ||
| "error", | ||
| "groupCollapsed", | ||
| "Console", | ||
| "profile", | ||
| "profileEnd", | ||
| "timeStamp", | ||
| "context" | ||
| ] | ||
| } | ||
| ], | ||
| "no-redeclare": [ | ||
| "error", | ||
| { | ||
| "builtinGlobals": true | ||
| } | ||
| ], | ||
| "@typescript-eslint/no-parameter-properties": "error", | ||
| "@typescript-eslint/indent": [ | ||
| "error", | ||
| 4, | ||
| { | ||
| "CallExpression": { | ||
| "arguments": "first" | ||
| }, | ||
| "FunctionDeclaration": { | ||
| "parameters": "first" | ||
| }, | ||
| "FunctionExpression": { | ||
| "parameters": "first" | ||
| } | ||
| } | ||
| ], | ||
| "no-debugger": "error", | ||
| "no-eval": "error", | ||
| "no-extra-semi": "error", | ||
| "no-throw-literal": "error", | ||
| "no-fallthrough": "error", | ||
| "comma-dangle": [ | ||
| "error", | ||
| "never" | ||
| ], | ||
| "no-trailing-spaces": "error", | ||
| "@typescript-eslint/no-unused-expressions": "error", | ||
| "@typescript-eslint/no-var-requires": "error", | ||
| "one-var": [ | ||
| "error", | ||
| "never" | ||
| ], | ||
| "@typescript-eslint/no-explicit-any": "warn", | ||
| "no-cond-assign": [ | ||
| "error", | ||
| "always" | ||
| ], | ||
| "@typescript-eslint/consistent-type-assertions": "off", | ||
| "jsdoc/check-alignment": "error", | ||
| "no-empty": "error", | ||
| "quotes": [ | ||
| "error", | ||
| "single" | ||
| ], | ||
| "semi": [ | ||
| "error", | ||
| "always" | ||
| ], | ||
| "eqeqeq": [ | ||
| "error", | ||
| "smart" | ||
| ], | ||
| "valid-typeof": [ | ||
| "error", | ||
| { | ||
| "requireStringLiterals": true | ||
| } | ||
| ], | ||
| "camelcase": [ | ||
| "error", | ||
| { | ||
| "properties": "always", | ||
| "ignoreDestructuring": true, | ||
| "ignoreImports": true | ||
| } | ||
| ], | ||
| "no-irregular-whitespace": [ | ||
| "error", | ||
| { | ||
| "skipStrings": true, | ||
| "skipComments": true, | ||
| "skipRegExps": true, | ||
| "skipTemplates": true | ||
| } | ||
| ], | ||
| "valid-jsdoc": [ | ||
| "error", | ||
| { | ||
| "prefer": { | ||
| "arg": "param", | ||
| "argument": "param", | ||
| "class": "constructor", | ||
| "return": "returns", | ||
| "virtual": "abstract" | ||
| } | ||
| } | ||
| ], | ||
| "no-var": "error", | ||
| "radix": "error" | ||
| }, | ||
| "reportUnusedDisableDirectives": true, | ||
| "overrides": [ | ||
| { | ||
| "files": [ | ||
| "node_modules", | ||
| "dist", | ||
| "public", | ||
| "coverage", | ||
| "test-report" | ||
| ], | ||
| "rules": { | ||
| "no-unused-expressions": "off" | ||
| } | ||
| } | ||
| ] | ||
| } |
-111
| { | ||
| "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 | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
182
1.11%17822322
-0.02%699
-0.29%378384
-0.05%