source: imaps-frontend/node_modules/function-bind/.eslintrc@ d565449

main
Last change on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 253 bytes
RevLine 
[d565449]1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "func-name-matching": 0,
8 "indent": [2, 4],
9 "no-new-func": [1],
10 },
11
12 "overrides": [
13 {
14 "files": "test/**",
15 "rules": {
16 "max-lines-per-function": 0,
17 "strict": [0]
18 },
19 },
20 ],
21}
Note: See TracBrowser for help on using the repository browser.