mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-21 14:23:54 -07:00
fix tests, add golden command (#4486)
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
This commit is contained in:
parent
6ce346af4a
commit
6dc9f004ce
8 changed files with 481 additions and 272 deletions
|
|
@ -6,6 +6,9 @@ module.exports = {
|
|||
"@typescript-eslint"
|
||||
],
|
||||
"ignorePatterns": ["node_modules/*", "build/*", "public/pb/*"],
|
||||
"env": {
|
||||
"jest": true
|
||||
},
|
||||
"rules": {
|
||||
"array-bracket-spacing": ["error", "never"],
|
||||
"arrow-spacing": ["error", {"before": true, "after": true}],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue