refactor(repo): use turbo + rollup + vite

This commit is contained in:
moklick
2022-09-12 17:24:49 +02:00
parent 7b3093169f
commit 17ef4ff05f
154 changed files with 8024 additions and 11222 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@reactflow/eslint-config",
"version": "0.0.0",
"private": true,
"license": "MIT",
"main": "src/index.js",
"devDependencies": {
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "latest"
}
}