Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit e4c5236

Browse files
authored
chore: upgrade cypress-eslint-dev to @cypress/eslint-dev (#50)
1 parent 00e9be9 commit e4c5236

File tree

8 files changed

+510
-217
lines changed

8 files changed

+510
-217
lines changed

.eslintrc

-8
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+
}

.estlintignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# don't ignore hidden files, useful for formatting json config files
2+
!.*.json
3+
**/node_modules

.vscode/settings.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"eslint.enable": true,
3+
"editor.formatOnSave": true,
4+
// enable for eslint-plugin json-format
5+
"eslint.validate": ["json"],
6+
}

0 commit comments

Comments
 (0)