source: imaps-frontend/node_modules/is-boolean-object/.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: 282 bytes
RevLine 
[d565449]1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "rules": {
7 "max-nested-callbacks": [2, 3]
8 },
9
10 "overrides": [
11 {
12 "files": "test/**",
13 "rules": {
14 "prefer-regex-literals": 0,
15 },
16 },
17 {
18 "files": "test-corejs.js",
19 "extends": "@ljharb/eslint-config/tests",
20 },
21 ],
22}
Note: See TracBrowser for help on using the repository browser.