[MM-55455] Add "no-constant-binary-expression" eslint rule (#25410)

Этот коммит содержится в:
M-ZubairAhmed
2023-11-20 12:04:20 +05:30
коммит произвёл GitHub
родитель a9a879d00d
Коммит bbfb2f11bc
4 изменённых файлов: 2 добавлений и 24 удалений

Просмотреть файл

@@ -206,6 +206,7 @@
"no-confusing-arrow": 2,
"no-console": 2,
"no-const-assign": 2,
"no-constant-binary-expression": 2,
"no-constant-condition": 2,
"no-debugger": 2,
"no-div-regex": 2,