@syncfusion/ej2-filemanager 27.1.51 → 27.1.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc.json CHANGED
@@ -15,8 +15,7 @@
15
15
  "ecmaVersion": 2018,
16
16
  "project": "./tsconfig.json",
17
17
  "sourceType": "module"
18
- },
19
- "ignorePatterns": ["*.d.ts", "*.js"],
18
+ },
20
19
  "plugins": [
21
20
  "@typescript-eslint",
22
21
  "@typescript-eslint/tslint",
@@ -38,7 +37,6 @@
38
37
  "security/detect-possible-timing-attacks":"error",
39
38
  "security/detect-pseudoRandomBytes":"error",
40
39
  "security/detect-new-buffer":"error",
41
- "security/detect-bidi-characters":"error",
42
40
  "@typescript-eslint/no-inferrable-types": "off",
43
41
  "@typescript-eslint/ban-types": ["warn", {
44
42
  "types": {
@@ -185,7 +183,7 @@
185
183
  "error",
186
184
  "never"
187
185
  ],
188
- "@typescript-eslint/no-explicit-any": "warn",
186
+ "@typescript-eslint/no-explicit-any": "error",
189
187
  "no-cond-assign": [
190
188
  "error",
191
189
  "always"