Skip to content

Commit e644392

Browse files
Merge pull request #214 from brettz9/name
feat: add `name` to configs (for tooling)
2 parents 0e835e9 + d2f8406 commit e644392

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/flat.js

+2
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)