Marc Cataford
329103c470
* feat: basics * chore: lint * wip: slightly better expect logic * test: use self for test cases * ci: enable test, build steps * chore: lint * docs: readme stub * feat: toBe * chore: lockfile
21 lines
372 B
JSON
21 lines
372 B
JSON
{
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"suspicious": {
|
|
"noExplicitAny": "warn"
|
|
}
|
|
}
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"lineWidth": 120
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"semicolons": "asNeeded",
|
|
"quoteStyle": "single"
|
|
}
|
|
}
|
|
}
|
|
|