chore: configure project wide linting in another way until XO correctly supports monorepos
See: https://github.com/xojs/xo/issues/733
This commit is contained in:
parent
8d397a0c09
commit
cccdfb817d
3 changed files with 9 additions and 11 deletions
|
|
@ -5,13 +5,13 @@
|
|||
"access": "public"
|
||||
},
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"bin": {
|
||||
"emigrate": "dist/cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "xo",
|
||||
"build": "tsc --pretty",
|
||||
"build:watch": "tsc --pretty --watch"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue