@synergyerp/frontend-standards 1.5.6 → 1.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.config.js +3 -0
- package/package.json +1 -1
package/eslint.config.js
CHANGED
|
@@ -264,6 +264,7 @@ export default tseslint.config(
|
|
|
264
264
|
rules: [
|
|
265
265
|
{ from: 'employee', allow: 'shared' },
|
|
266
266
|
{ from: 'auth', allow: 'shared' },
|
|
267
|
+
{ from: 'auth', allow: 'auth' },
|
|
267
268
|
{ from: 'users', allow: 'shared' },
|
|
268
269
|
{ from: 'shared', allow: 'shared' },
|
|
269
270
|
],
|
|
@@ -295,6 +296,8 @@ export default tseslint.config(
|
|
|
295
296
|
'src/test/**',
|
|
296
297
|
'src/mocks/**',
|
|
297
298
|
'src/config/**',
|
|
299
|
+
'vitest/config',
|
|
300
|
+
'@synergyerp/frontend-standards/vitest.config.base',
|
|
298
301
|
],
|
|
299
302
|
},
|
|
300
303
|
],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synergyerp/frontend-standards",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "SynergyERP frontend standards — ESLint, Prettier, commitlint, Husky, Vitest, TypeScript configs, modularization enforcement, and PR templates.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|