We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e835e9 + d2f8406 commit e644392Copy full SHA for e644392
1 file changed
lib/flat.js
@@ -33,6 +33,7 @@ const commonLanguageOptions = {
33
34
Object.assign(plugin.configs, {
35
globals: {
36
+ name: 'cypress/globals',
37
plugins: {
38
cypress: plugin
39
},
@@ -46,6 +47,7 @@ Object.assign(plugin.configs, {
46
47
48
49
recommended: {
50
+ name: 'cypress/recommended',
51
52
53
0 commit comments