* refactor: eliminate eslint errors as many as I can * refactor: fix more eslint errors in the record module * LINT: fix @typescript-eslint/unbound-method * LINT: fix all eslint errors in source code * LINT: fix as many eslint warnings as possible * CI: add a github action to check ESLINT status * CI: update github action * build: update travis CI and github action * CI: update github action * CI: update job name * CI: restore test command from turbo to lerna * Merge branch master into eslint-action Co-authored-by: Justin Halsall <Juice10@users.noreply.github.com>
16 lines
309 B
JSON
16 lines
309 B
JSON
{
|
|
"$schema": "https://turborepo.org/schema.json",
|
|
"baseBranch": "origin/master",
|
|
"pipeline": {
|
|
"prepublish": {
|
|
"dependsOn": ["^prepublish"],
|
|
"outputs": ["lib/**", "es/**", "dist/**"]
|
|
},
|
|
"test": {},
|
|
"test:watch": {},
|
|
"dev": {},
|
|
"lint": {},
|
|
"check-types": {}
|
|
}
|
|
}
|