Skip to content

Commit 1a1c5fb

Browse files
committed
Added ValidationError as an eslint global
1 parent 02bd9c6 commit 1a1c5fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@
1212
"extends": "grind",
1313
"parserOptions": {
1414
"sourceType": "module"
15+
},
16+
"globals": {
17+
"ValidationError": false
1518
}
1619
}

0 commit comments

Comments
 (0)