source: imaps-frontend/node_modules/which-builtin-type/.eslintrc

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

Update repo after prototype presentation

  • Property mode set to 100644
File size: 209 bytes
Line 
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "complexity": 0,
8 "eqeqeq": [2, "allow-null"],
9 "func-name-matching": 0,
10 "id-length": 0,
11 "max-lines-per-function": 0,
12 "max-statements": 0,
13 },
14}
Note: See TracBrowser for help on using the repository browser.