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

Commit

Permalink
chore: upgrade cypress-eslint-dev to @cypress/eslint-dev (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed May 11, 2020
1 parent 00e9be9 commit e4c5236
Show file tree
Hide file tree
Showing 8 changed files with 510 additions and 217 deletions.
8 changes: 0 additions & 8 deletions .eslintrc

This file was deleted.

8 changes: 8 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": [
"@cypress/dev"
],
"extends": [
"plugin:@cypress/dev/general"
]
}
3 changes: 3 additions & 0 deletions .estlintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# don't ignore hidden files, useful for formatting json config files
!.*.json
**/node_modules
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"eslint.enable": true,
"editor.formatOnSave": true,
// enable for eslint-plugin json-format
"eslint.validate": ["json"],
}
Loading

0 comments on commit e4c5236

Please sign in to comment.