Gitiles
Code Review
Sign In
osm.etsi.org
/
osm
/
NG-UI
/
HEAD
/
.
/
src
/
.eslintrc.json
blob: 9c4ba8cbab4396448236ce10aff5eec900caa8cd [
file
] [
log
] [
blame
]
SANDHYA.JS
0a34dfa
2023-04-25 23:59:41 +0530
[
diff
] [
blame
]
1
{
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