refactor: rename tooling package scope
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
module.exports = {
|
||||
extends: ['@vue-flow/eslint-config'],
|
||||
extends: ['@tooling/eslint-config'],
|
||||
}
|
||||
|
||||
@@ -37,12 +37,12 @@
|
||||
"d3-selection": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tooling/eslint-config": "workspace:*",
|
||||
"@tooling/tsconfig": "workspace:*",
|
||||
"@tooling/vite-config": "workspace:*",
|
||||
"@types/d3-drag": "^3.0.1",
|
||||
"@types/d3-selection": "^3.0.3",
|
||||
"@vue-flow/core": "workspace:*",
|
||||
"@vue-flow/eslint-config": "workspace:*",
|
||||
"@vue-flow/tsconfig": "workspace:*",
|
||||
"@vue-flow/vite-config": "workspace:*",
|
||||
"vite-plugin-vue-type-imports": "^0.2.4",
|
||||
"vite": "^4.1.4",
|
||||
"vue-tsc": "^1.1.5"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@vue-flow/tsconfig/base",
|
||||
"extends": "@tooling/tsconfig/base",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"declarationDir": "./dist",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { resolve } from 'path'
|
||||
import { withConfig } from '@vue-flow/vite-config'
|
||||
import { withConfig } from '@tooling/vite-config'
|
||||
import vueTypes from 'vite-plugin-vue-type-imports'
|
||||
|
||||
export default withConfig({
|
||||
|
||||
Reference in New Issue
Block a user