feat: Add turbo to root deps-dev
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
rules: {
|
||||
'no-use-before-define': 0,
|
||||
'no-console': 0,
|
||||
},
|
||||
extends: ['../.eslintrc.js'],
|
||||
}
|
||||
+2
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user