From b917bf7d02797d97d0dd75fcff1c8e097dc264c8 Mon Sep 17 00:00:00 2001 From: Charles Zhao <73515986+zhao-chong@users.noreply.github.com> Date: Sun, 21 Nov 2021 22:54:07 +0800 Subject: [PATCH 1/2] Add new rule of no-deprecated --- react.js | 1 + 1 file changed, 1 insertion(+) diff --git a/react.js b/react.js index 9dc843b..b89f528 100644 --- a/react.js +++ b/react.js @@ -32,5 +32,6 @@ module.exports = { "react/jsx-no-bind": ["error", { allowArrowFunctions: true }], "react/jsx-curly-brace-presence": "error", "react/destructuring-assignment": "error", + "react/no-deprecated": "error", }, }; From 9969b4fc7945a8a32188232659c51b4a16d042da Mon Sep 17 00:00:00 2001 From: Charles Zhao <73515986+zhao-chong@users.noreply.github.com> Date: Tue, 23 Nov 2021 09:46:13 +0800 Subject: [PATCH 2/2] 1.1.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1beb700..fdde359 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scdt-china/eslint-config-scc", - "version": "1.1.7", + "version": "1.1.8", "main": "index.js", "repository": "git@github.com:scdt-china/eslint-config-scc.git", "author": "Gao Sun",