chore: add lint script
parent
18429c2b38f1
No related branches found
No related tags found
... | ... | @@ -3,6 +3,9 @@ |
"version": "0.0.1", | ||
"main": "index.js", | ||
"license": "MIT", | ||
"scripts": { | ||
"lint": "eslint packages" | ||
}, | ||
"workspaces": [ | ||
"packages/demo", | ||
"packages/ra-cubicweb" | ||
... | ... |
Please register or sign in to comment