Add question page design changes

This commit is contained in:
mrfry 2021-01-09 17:41:02 +01:00
parent 5a1bd258bc
commit 820adec2d0
4 changed files with 51 additions and 23 deletions

View file

@ -18,7 +18,7 @@ module.exports = {
'no-prototype-builtins': 'off',
'id-length': [
'warn',
{ exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b'] },
{ exceptions: ['x', 'i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b'] },
],
},
root: true,