From 76a9ee2f9e9f1eee5f023f750c4535788bfe92e4 Mon Sep 17 00:00:00 2001 From: sunyoungBae Date: Fri, 15 Sep 2023 16:04:56 +0900 Subject: [PATCH] feat: updated rule for 8.37.0~8.49.0 --- package.json | 4 ++-- rules/suggestion.js | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1c3b514..f2f85c7 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "eslint-config-tui", - "version": "5.3.0", + "version": "5.4.0", "description": "ESLint sharable config for TUI components", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "peerDependencies": { - "eslint": "^8.36.0" + "eslint": "^8.49.0" }, "repository": { "type": "git", diff --git a/rules/suggestion.js b/rules/suggestion.js index 9908cbc..0fd3bf7 100644 --- a/rules/suggestion.js +++ b/rules/suggestion.js @@ -84,7 +84,6 @@ module.exports = { "no-restricted-properties": 0, "no-restricted-syntax": [2, "WithStatement"], "no-return-assign": [2, "always"], - "no-return-await": 2, "no-script-url": 2, "no-sequences": [2, { allowInParentheses: false }], "no-shadow": [2, { ignoreOnInitialization: false }],