Team tests (ongoing)
This commit is contained in:
parent
f2303fb70c
commit
97509a85d7
7 changed files with 283 additions and 230 deletions
|
@ -10,6 +10,10 @@
|
|||
"plugins": ["prettier"],
|
||||
"rules": {
|
||||
"prettier/prettier": "error",
|
||||
"no-unused-vars": 1
|
||||
}
|
||||
"no-unused-vars": 1,
|
||||
"react/prop-types": 0
|
||||
},
|
||||
'extends': [
|
||||
'plugin:react/recommended'
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue