Skip to content

Commit d2f8406

Browse files
committed
feat: add name to configs (for tooling)
1 parent 0e835e9 commit d2f8406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/flat.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const commonLanguageOptions = {
3333

3434
Object.assign(plugin.configs, {
3535
globals: {
36+
name: 'cypress/globals',
3637
plugins: {
3738
cypress: plugin
3839
},
@@ -46,6 +47,7 @@ Object.assign(plugin.configs, {
4647

4748
Object.assign(plugin.configs, {
4849
recommended: {
50+
name: 'cypress/recommended',
4951
plugins: {
5052
cypress: plugin
5153
},

0 commit comments

Comments
 (0)