From b9f7668cf65ab166660d5695affb72d2553f59a9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 2 May 2020 16:43:13 +0300 Subject: Switch to `String.includes()` --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 4c49fd0b1d..98e24c656a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -51,7 +51,6 @@ "unicorn/no-useless-undefined": "off", "unicorn/prefer-array-find": "off", "unicorn/prefer-dataset": "off", - "unicorn/prefer-includes": "off", "unicorn/prefer-node-append": "off", "unicorn/prefer-node-remove": "off", "unicorn/prefer-number-properties": "off", -- cgit v1.2.3