Skip to content

Commit

Permalink
test: replace and activate json linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed May 1, 2024
1 parent f757f7f commit 8e40d1e
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 185 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
"extends": [
"eslint:recommended",
"plugin:cypress/recommended",
"plugin:mocha/recommended"
"plugin:mocha/recommended",
"plugin:jsonc/recommended-with-json"
],
"plugins": [
"@stylistic/js",
"cypress",
"mocha"
"mocha",
"jsonc"
],
"env": {
"cypress/globals": true,
Expand Down
247 changes: 65 additions & 182 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8e40d1e

Please sign in to comment.