aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2020-02-20 15:40:23 +0300
committerValentin Popov <info@valentineus.link>2020-02-20 15:40:23 +0300
commit80283102f1c38b1637ad34bcbaa904ea157f13d5 (patch)
tree5a780f77ba4e6c109b9cff86f93ee74001f47f46 /.eslintrc.json
parent4b7a00080caadcba009b4767f7756bc208b5d089 (diff)
downloadwebos-service-types-80283102f1c38b1637ad34bcbaa904ea157f13d5.tar.xz
webos-service-types-80283102f1c38b1637ad34bcbaa904ea157f13d5.zip
Configuration updates
Signed-off-by: Valentin Popov <info@valentineus.link>
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"
+ ]
}
}