diff --git a/.eslintignore b/.eslintignore index 6235870..be4dacf 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ dist/ tests/ -src/web/ +packages/website/ webpack.config.js \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 710face..26c4f0a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ { "format": "expanded", "extensionName": ".css", - "savePath": "/src/web/styles/css" + "savePath": "/packages/website/styles/css" } ] } \ No newline at end of file