Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

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

    r0c6b92a r79a0317  
    1919                "max-statements-per-line": [2, { "max": 2 }],
    2020                "multiline-comment-style": 0,
     21                "no-implicit-coercion": [2, {
     22                        "boolean": false,
     23                        "number": false,
     24                        "string": true,
     25                }],
    2126                "no-magic-numbers": 0,
    2227                "new-cap": 0,
Note: See TracChangeset for help on using the changeset viewer.