diff options
Diffstat (limited to '')
| -rw-r--r-- | node_modules/side-channel-map/.eslintrc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/side-channel-map/.eslintrc b/node_modules/side-channel-map/.eslintrc deleted file mode 100644 index 93978e7..0000000 --- a/node_modules/side-channel-map/.eslintrc +++ /dev/null @@ -1,11 +0,0 @@ -{ - "root": true, - - "extends": "@ljharb", - - "rules": { - "max-lines-per-function": 0, - "multiline-comment-style": 1, - "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], - }, -} |