blob: 9c4ba8cbab4396448236ce10aff5eec900caa8cd [file] [log] [blame]
SANDHYA.JS0a34dfa2023-04-25 23:59:41 +05301{
2 "extends": "../.eslintrc.json",
3 "rules": {
4 "no-restricted-syntax": [
5 "error",
6 "ForInStatement"
7 ],
8 "@typescript-eslint/array-type": [
9 "error",
10 {
11 "default": "array"
12 }
13 ]
14 }
15 }
16