Skip to content

Commit

Permalink
Merge pull request #5 from scdt-china/charles--add-rule-no-deprecated
Browse files Browse the repository at this point in the history
Add new rule of no-deprecated
  • Loading branch information
zhao-chong authored Nov 23, 2021
2 parents 1ab7636 + 9969b4f commit 521beab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scdt-china/eslint-config-scc",
"version": "1.1.7",
"version": "1.1.8",
"main": "index.js",
"repository": "[email protected]:scdt-china/eslint-config-scc.git",
"author": "Gao Sun",
Expand Down
1 change: 1 addition & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
};

0 comments on commit 521beab

Please sign in to comment.