You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .eslintrc.js
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,7 @@ module.exports = {
21
21
sourceType: 'module',
22
22
},
23
23
plugins: ['react','react-hooks','prettier'],
24
-
rules: {
25
-
'react/prop-types': 'off',// keeping off for first phase
26
-
'no-unused-vars': 'off',// Getting a lot of Error for: '_' is assigned a value but never used no-unused-vars. For now disabling this because need to understand more about the use '_'.
0 commit comments