]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blob - example/iot-gateway/node_modules/function-bind/.eslintrc
Updated to use the latest TI 15.4-Stack v2.1.0 from the SimpleLink CC13x0 SDK v1.30.
[apps/tidep0084.git] / example / iot-gateway / node_modules / function-bind / .eslintrc
1 {
2         "root": true,
4         "extends": "@ljharb",
6         "rules": {
7                 "max-nested-callbacks": [2, 3],
8                 "max-params": [2, 3],
9                 "max-statements": [2, 20],
10                 "no-new-func": [1],
11                 "strict": [0]
12         }
13 }