Skip to content

Commit 8781197

Browse files
committed
revert eslint version & config to work with core
1 parent da6f9d0 commit 8781197

File tree

4 files changed

+14845
-27447
lines changed

4 files changed

+14845
-27447
lines changed

.eslintrc.cjs

-216
This file was deleted.

.eslintrc.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"plugins": [
3+
"@cypress/dev"
4+
],
5+
"extends": [
6+
"plugin:@cypress/dev/general"
7+
]
8+
}

0 commit comments

Comments
 (0)