source: imaps-frontend/node_modules/is-core-module/.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: 339 bytes
Line 
1{
2 "extends": "@ljharb",
3 "root": true,
4 "rules": {
5 "func-style": 1,
6 },
7 "overrides": [
8 {
9 "files": "test/**",
10 "rules": {
11 "global-require": 0,
12 "max-depth": 0,
13 "max-lines-per-function": 0,
14 "no-negated-condition": 0,
15 },
16 },
17 ],
18}
Note: See TracBrowser for help on using the repository browser.