Преглед на файлове

Merge pull request #771 from 0xJacky/renovate/eslint-plugin-sonarjs-3.x

chore(deps): update devdependency eslint-plugin-sonarjs to v3
Jacky преди 7 месеца
родител
ревизия
b6dd679124
променени са 3 файла, в които са добавени 194 реда и са изтрити 650 реда
  1. 1 1
      app/package.json
  2. 192 648
      app/pnpm-lock.yaml
  3. 1 1
      app/src/components/StdDesign/StdDataDisplay/components/CustomRender.tsx

+ 1 - 1
app/package.json

@@ -69,7 +69,7 @@
     "ace-builds": "^1.36.5",
     "autoprefixer": "^10.4.20",
     "eslint": "9.14.0",
-    "eslint-plugin-sonarjs": "^2.0.4",
+    "eslint-plugin-sonarjs": "^3.0.1",
     "less": "^4.2.1",
     "postcss": "^8.4.49",
     "tailwindcss": "^3.4.16",

Файловите разлики са ограничени, защото са твърде много
+ 192 - 648
app/pnpm-lock.yaml


+ 1 - 1
app/src/components/StdDesign/StdDataDisplay/components/CustomRender.tsx

@@ -1,7 +1,7 @@
 import type { CustomRender } from '@/components/StdDesign/StdDataDisplay/StdTableTransformer'
 import _ from 'lodash'
 
-// eslint-disable-next-line ts/no-redeclare,sonarjs/no-redeclare
+// eslint-disable-next-line ts/no-redeclare
 export function CustomRender(props: CustomRender) {
   return props.column.customRender
     ? props.column.customRender(props)

Някои файлове не бяха показани, защото твърде много файлове са промени