]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update eslint-plugin-unicorn to v18.0.0 (#30461)
authorXhmikosR <xhmikosr@gmail.com>
Thu, 26 Mar 2020 15:49:45 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Thu, 26 Mar 2020 15:49:45 +0000 (17:49 +0200)
.eslintrc.json
package-lock.json
package.json

index b3f16887686b897c7d14eab4268a34b71a9c8471..7ccce3214cfb26e2ecf8f25edb430d433ba28535 100644 (file)
@@ -45,7 +45,9 @@
     "unicorn/prefer-includes": "off",
     "unicorn/prefer-node-append": "off",
     "unicorn/prefer-node-remove": "off",
+    "unicorn/prefer-number-properties": "off",
     "unicorn/prefer-query-selector": "off",
+    "unicorn/prefer-set-has": "off",
     "unicorn/prefer-text-content": "off",
     "unicorn/prevent-abbreviations": "off"
   }
index d8453d737f5b5175c6c28e3644b13b02521e12bf..e5381dca8225e301328e8054d41d475da74c2cd1 100644 (file)
       }
     },
     "eslint-plugin-unicorn": {
-      "version": "17.2.0",
-      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-17.2.0.tgz",
-      "integrity": "sha512-0kYjrywf0kQxevFz571KrDfYMIRZ5Kq6dDgPU1EEBFeC181r+fAaPatBScWX+/hisKJ4+eCRFebxTeVylsSYmw==",
+      "version": "18.0.0",
+      "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-18.0.0.tgz",
+      "integrity": "sha512-2mk3Cz6H2LCsKSEmJ7Wmqm/XbMAQ55+PjSBFM2Yh1/A7uk2gryNNhdfbFDycsjs/ylqk0m7LJ4qPpK9OlP8f9A==",
       "dev": true,
       "requires": {
         "ci-info": "^2.0.0",
         "import-modules": "^2.0.0",
         "lodash": "^4.17.15",
         "read-pkg-up": "^7.0.1",
-        "regexp-tree": "^0.1.20",
+        "regexp-tree": "^0.1.21",
         "reserved-words": "^0.1.2",
         "safe-regex": "^2.1.1",
-        "semver": "^7.1.2"
+        "semver": "^7.1.3"
       },
       "dependencies": {
         "find-up": {
index 001ba5e7348d37822e7c9997d1e4238d8acd93b3..000d783d92641f11b663353a288f5bc1f332eaff 100644 (file)
     "eslint": "^6.8.0",
     "eslint-config-xo": "^0.29.1",
     "eslint-plugin-import": "^2.20.1",
-    "eslint-plugin-unicorn": "^17.2.0",
+    "eslint-plugin-unicorn": "^18.0.0",
     "find-unused-sass-variables": "^1.0.5",
     "glob": "^7.1.6",
     "hammer-simulator": "0.0.1",