chore(dx): get rid of references to NX

This commit is contained in:
Elian Doran
2025-09-03 18:23:47 +03:00
parent 11d95b89e1
commit e71284d887
21 changed files with 14 additions and 271 deletions

View File

@@ -1,23 +0,0 @@
import baseConfig from "../../eslint.config.mjs";
export default [
...baseConfig,
{
"files": [
"**/*.json"
],
"rules": {
"@nx/dependency-checks": [
"error",
{
"ignoredFiles": [
"{projectRoot}/eslint.config.{js,cjs,mjs}"
]
}
]
},
"languageOptions": {
"parser": (await import('jsonc-eslint-parser'))
}
}
];

View File

@@ -5,10 +5,6 @@ export default defineConfig(() => ({
root: __dirname,
cacheDir: '../../node_modules/.vite/packages/express-partial-content',
plugins: [],
// Uncomment this if you are using workers.
// worker: {
// plugins: [ nxViteTsPaths() ],
// },
test: {
watch: false,
globals: true,