feat: Add turbo to root deps-dev

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent b704bc6e11
commit 2a836d705d
10 changed files with 141 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
rules: {
'no-use-before-define': 0,
'no-console': 0,
},
extends: ['../.eslintrc.js'],
}
+2 -1
View File
@@ -6,7 +6,8 @@
"author": "Burak Cakmakoglu<brainbraks@googlemail.com>",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
"build": "vuepress build src",
"lint": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix ./dist"
},
"dependencies": {
"@braks/vue-flow": "^0.4.2-3",