More progress
This commit is contained in:
parent
3d8c60ee00
commit
de88224b30
19 changed files with 1249 additions and 61 deletions
|
@ -16,6 +16,7 @@ module.exports = {
|
|||
"warn",
|
||||
{ allowConstantExport: true }
|
||||
],
|
||||
"react/prop-types": ["off"]
|
||||
"react/prop-types": ["off"],
|
||||
"no-unused-vars": ["warn"]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue