aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index fdcfcf4..f72fbcc 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -16,5 +16,10 @@
"project": "tsconfig.json",
"sourceType": "module",
"tsconfigRootDir": "."
+ },
+ "rules": {
+ "unicorn/prevent-abbreviations": [
+ "off"
+ ]
}
}