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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-02 16:49:33 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-11-14 16:54:50 +0300
commit2e758f64cf7da4a8612992a027704d9f10686b20 (patch)
tree8a518b488ac141923b4e30bbbb8a2179e66e687d /.eslintrc.json
parentb9f7668cf65ab166660d5695affb72d2553f59a9 (diff)
Switch to Number properties
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 98e24c656a..a4a22e5cd2 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -53,7 +53,6 @@
"unicorn/prefer-dataset": "off",
"unicorn/prefer-node-append": "off",
"unicorn/prefer-node-remove": "off",
- "unicorn/prefer-number-properties": "off",
"unicorn/prefer-optional-catch-binding": "off",
"unicorn/prefer-query-selector": "off",
"unicorn/prefer-set-has": "off",