Skip to content

Commit

Permalink
feat: add name to configs (for tooling)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Jul 23, 2024
1 parent 0e835e9 commit d2f8406
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/flat.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const commonLanguageOptions = {

Object.assign(plugin.configs, {
globals: {
name: 'cypress/globals',
plugins: {
cypress: plugin
},
Expand All @@ -46,6 +47,7 @@ Object.assign(plugin.configs, {

Object.assign(plugin.configs, {
recommended: {
name: 'cypress/recommended',
plugins: {
cypress: plugin
},
Expand Down

0 comments on commit d2f8406

Please sign in to comment.