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
// ignore in packages that don't run in the Cypress process
47
+
'npm/create-cypress-tests/**',
48
+
],
49
+
rules: {
50
+
'no-restricted-properties': 'off',
51
+
'no-restricted-syntax': 'off',
52
+
},
53
+
},
54
+
],
36
55
rules: {
37
56
'no-duplicate-imports': 'off',
38
57
'import/no-duplicates': 'off',
@@ -55,6 +74,16 @@ module.exports = {
55
74
message: 'os.userInfo() will throw when there is not an `/etc/passwd` entry for the current user (like when running with --user 12345 in Docker). Do not use it unless you catch any potential errors.',
0 commit comments