Added todo table

This commit is contained in:
mrfry 2020-11-18 11:49:48 +01:00
parent 1a982b69c9
commit cbd6bf2baa
15 changed files with 608 additions and 157 deletions

View file

@ -12,6 +12,7 @@ module.exports = {
SharedArrayBuffer: 'readonly',
},
rules: {
'react/prop-types': 0,
'no-undef': ['error'],
eqeqeq: ['warn', 'smart'],
'no-unused-vars': 'warn',