source: frontend/node_modules/is-array-buffer/.eslintrc@ ae6cd79

Last change on this file since ae6cd79 was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 184 bytes
Line 
1{
2 "root": true,
3
4 "extends": "@ljharb",
5
6 "globals": {
7 "DataView": false,
8 },
9
10 "rules": {
11 "new-cap": ["error", {
12 "capIsNewExceptions": [
13 "GetIntrinsic",
14 ],
15 }],
16 },
17}
Note: See TracBrowser for help on using the repository browser.