Skip to content

Commit 185ca9d

Browse files
committed
warn resultmode
1 parent e79250c commit 185ca9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
checkPaths = ['/']
1010

1111
# # optional config
12-
# resultMode = "warn" # is "error" by default
12+
resultMode = "warn" # is "error" by default
1313

1414
# # Developer only
1515
# debugMode = true # extra logging for plugin developers

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"gh-release": "^3.5.0",
3131
"jest": "^25.1.0"
3232
},
33-
"repository": "https://github.com/sw-yx/netlify-plugin-axe"
33+
"repository": "https://github.com/sw-yx/netlify-plugin-a11y"
3434
}

0 commit comments

Comments
 (0)