summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/is-callable/.eslintrc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/is-callable/.eslintrc')
-rw-r--r--deps/npm/node_modules/is-callable/.eslintrc11
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/npm/node_modules/is-callable/.eslintrc b/deps/npm/node_modules/is-callable/.eslintrc
new file mode 100644
index 0000000000..db619b50ce
--- /dev/null
+++ b/deps/npm/node_modules/is-callable/.eslintrc
@@ -0,0 +1,11 @@
+{
+ "root": true,
+
+ "extends": "@ljharb",
+
+ "rules": {
+ "id-length": 0,
+ "max-statements": [2, 12],
+ "max-statements-per-line": [2, { "max": 2 }]
+ }
+}