Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / .eslintrc.json
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