Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/es-to-primitive/.eslintrc

    rd565449 r0c6b92a  
    55
    66        "rules": {
    7                 "complexity": [2, 14],
    87                "func-name-matching": 0,
    98                "id-length": [2, { "min": 1, "max": 24, "properties": "never" }],
    10                 "max-statements": [2, 20],
    119                "new-cap": [2, { "capIsNewExceptions": ["GetMethod"] }]
    1210        },
     
    1614                        "files": "test/**",
    1715                        "rules": {
    18                                 "max-lines-per-function": [2, { "max": 68 }],
     16                                "max-lines-per-function": 0,
    1917                        },
    2018                }
Note: See TracChangeset for help on using the changeset viewer.