@synergyerp/frontend-standards 1.1.1 → 1.1.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 -3
  2. package/package.json +1 -1
package/eslint.config.js CHANGED
@@ -161,9 +161,7 @@ export default tseslint.config(
161
161
  'error',
162
162
  {
163
163
  groups: ['builtin', 'external', 'internal', 'parent', 'sibling', 'index'],
164
- pathGroups: [
165
- { pattern: '@/**', group: 'internal', position: 'before' },
166
- ],
164
+ pathGroups: [{ pattern: '@/**', group: 'internal', position: 'before' }],
167
165
  pathGroupsExcludedImportTypes: ['builtin'],
168
166
  'newlines-between': 'always',
169
167
  alphabetize: { order: 'asc', caseInsensitive: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synergyerp/frontend-standards",
3
- "version": "1.1.1",
3
+ "version": "1.1.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",