aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2022-09-20 08:09:14 +0300
committerGitHub <[email protected]>2022-09-20 08:09:14 +0300
commitd0117a17d807df05dfd6f6ce72a0d63f081ca529 (patch)
treeed906876c171b7b243a6b0146165ecf94d9789b6 /site
parent6f65df4faea2694840572626f8a02f4399bd0dca (diff)
downloadbootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.tar.xz
bootstrap-d0117a17d807df05dfd6f6ce72a0d63f081ca529.zip
Update devDependencies (#37177)
Diffstat (limited to 'site')
-rw-r--r--site/.eslintrc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/.eslintrc.json b/site/.eslintrc.json
index 7cca4bc20..1158ba36a 100644
--- a/site/.eslintrc.json
+++ b/site/.eslintrc.json
@@ -48,6 +48,7 @@
"prefer-template": "error",
"strict": "error",
"unicorn/no-array-for-each": "off",
- "unicorn/numeric-separators-style": "off"
+ "unicorn/numeric-separators-style": "off",
+ "unicorn/prefer-node-protocol": "off"
}
}