@synergyerp/frontend-standards 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/eslint.config.js +1 -0
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -247,6 +247,7 @@ export default tseslint.config(
247
247
  'error',
248
248
  {
249
249
  allow: [
250
+ '@/**',
250
251
  'src/services/*/index',
251
252
  'src/hooks/*/index',
252
253
  'src/store/*/index',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/frontend-standards",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
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",