source:
frontend/node_modules/is-data-view/.eslintrc
| Last change on this file was 9af201e, checked in by , 12 days ago | |
|---|---|
|
|
| File size: 183 bytes | |
| Rev | Line | |
|---|---|---|
| [9af201e] | 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.
