Skip to content

Commit

Permalink
Merge pull request #214 from brettz9/name
Browse files Browse the repository at this point in the history
feat: add `name` to configs (for tooling)
  • Loading branch information
jennifer-shehane committed Jul 24, 2024
2 parents 0e835e9 + d2f8406 commit e644392
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 e644392

Please sign in to comment.