We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47f493 commit a9e0323Copy full SHA for a9e0323
src/utils.js
@@ -5,7 +5,7 @@ let style = {}
5
let lastNotification = ''
6
7
const deferred = {}
8
-const impacts = ['critical', 'serious', 'moderate', 'minor']
+const impacts = [...axeCore.constants.impact].reverse()
9
10
export function checkAndReport (options, node) {
11
const deferred = createDeferred()
0 commit comments