diff --git a/.changeset/wet-grapes-eat.md b/.changeset/wet-grapes-eat.md new file mode 100644 index 000000000..eb28ff9ea --- /dev/null +++ b/.changeset/wet-grapes-eat.md @@ -0,0 +1,5 @@ +--- +"@scaleway/eslint-config-react": minor +--- + +remove eslint deprecation rule diff --git a/packages/eslint-config-react/typescript.js b/packages/eslint-config-react/typescript.js index 2e8bd38aa..f63a3f92b 100644 --- a/packages/eslint-config-react/typescript.js +++ b/packages/eslint-config-react/typescript.js @@ -8,7 +8,6 @@ module.exports = { ], plugins: ['deprecation', '@typescript-eslint'], rules: { - 'deprecation/deprecation': 'warn', // Enforce T[] instead of Array '@typescript-eslint/array-type': [ 'error',