source: imaps-frontend/node_modules/set-function-length/.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: 404 bytes
RevLine 
[d565449]1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "id-length": "off",
8 "new-cap": ["error", {
9 "capIsNewExceptions": [
10 "GetIntrinsic"
11 ],
12 }],
13 "no-extra-parens": "off",
14 },
15
16 "overrides": [
17 {
18 "files": ["test/**/*.js"],
19 "rules": {
20 "id-length": "off",
21 "max-lines-per-function": "off",
22 "multiline-comment-style": "off",
23 "no-empty-function": "off",
24 },
25 },
26 ],
27}
Note: See TracBrowser for help on using the repository browser.