chore(lint): configure project wide linting to make use of Turborepo again
Don't know why I didn't get this to work before with the cwd workaround...
This commit is contained in:
parent
d5fe58c0db
commit
5b00fd4fdb
6 changed files with 16 additions and 7 deletions
|
|
@ -19,7 +19,8 @@
|
|||
],
|
||||
"scripts": {
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
"build:watch": "tsc --pretty --watch",
|
||||
"lint": "xo --cwd=../.. $(pwd)"
|
||||
},
|
||||
"keywords": [
|
||||
"emigrate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue