Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc9
1 files changed, 0 insertions, 9 deletions
diff --git a/.eslintrc b/.eslintrc
deleted file mode 100644
index c091af7..0000000
--- a/.eslintrc
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "extends": "airbnb-base/legacy",
- "rules": {
- "indent": [2, "tab"],
- "no-tabs": 0,
- "no-unused-vars": 0,
- "no-shadow-restricted-names": 0
- }
-}