Skip to content

Commit 8bfeb6c

Browse files
johnrazeurphilibea
andauthored
feat(eslint-config): remove deprecation rule (#1892)
Co-authored-by: philibeaux <[email protected]>
1 parent c540aef commit 8bfeb6c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/wet-grapes-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@scaleway/eslint-config-react": minor
3+
---
4+
5+
remove eslint deprecation rule

packages/eslint-config-react/typescript.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
],
99
plugins: ['deprecation', '@typescript-eslint'],
1010
rules: {
11-
'deprecation/deprecation': 'warn',
1211
// Enforce T[] instead of Array<T>
1312
'@typescript-eslint/array-type': [
1413
'error',

0 commit comments

Comments
 (0)