feat(tooling): add eslint-config to tooling pkgs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 20:20:11 +01:00
committed by Braks
parent 5c0fb912fc
commit 45cbdbfd27
34 changed files with 764 additions and 898 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
extends: ['@vue-flow/eslint-config'],
}
+1
View File
@@ -12,6 +12,7 @@
"@vue-flow/minimap": "workspace:*"
},
"devDependencies": {
"@vue-flow/eslint-config": "workspace:*",
"nuxt": "^3.2.2"
}
}