source:
imaps-frontend/node_modules/data-view-byte-offset/.eslintrc
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 184 bytes |
Rev | Line | |
---|---|---|
[d565449] | 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.