Skip to content

Commit 27c1fe5

Browse files
authored
test: replace and activate json linting (#834)
1 parent f757f7f commit 27c1fe5

File tree

3 files changed

+70
-185
lines changed

3 files changed

+70
-185
lines changed

.eslintrc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
"extends": [
33
"eslint:recommended",
44
"plugin:cypress/recommended",
5-
"plugin:mocha/recommended"
5+
"plugin:mocha/recommended",
6+
"plugin:jsonc/recommended-with-json"
67
],
78
"plugins": [
89
"@stylistic/js",
910
"cypress",
10-
"mocha"
11+
"mocha",
12+
"jsonc"
1113
],
1214
"env": {
1315
"cypress/globals": true,

package-lock.json

Lines changed: 65 additions & 182 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)