chore: fix linting

This commit is contained in:
Greg Bergé 2018-12-06 16:41:52 +01:00 committed by Greg Bergé
parent 428599cdc7
commit ea6807aa13

5
website/.eslintrc.json Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"import/no-unresolved": "off"
}
}