@noxickon/codex 0.2.2 → 0.2.4

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.
@@ -22,7 +22,7 @@ export function createBaseConfig(options = {}) {
22
22
 
23
23
  const baseConfig = [
24
24
  {
25
- ignores: ['dist', 'storybook-static', 'coverage', 'node_modules'],
25
+ ignores: ['dist', 'storybook-static', 'coverage', 'node_modules', '.next', 'out'],
26
26
  },
27
27
  js.configs.recommended,
28
28
  ...tseslint.configs.recommended,
@@ -122,13 +122,13 @@ export function createBaseConfig(options = {}) {
122
122
  ignoreCase: true,
123
123
  newlinesBetween: 1,
124
124
  groups: [
125
- ['builtin-type', 'builtin'],
125
+ ['type-builtin', 'builtin'],
126
126
  'frameworks',
127
- ['external-type', 'external'],
128
- ['internal-type', 'internal'],
129
- ['parent-type', 'parent'],
130
- ['sibling-type', 'sibling'],
131
- ['index-type', 'index'],
127
+ ['type-external', 'external'],
128
+ ['type-internal', 'internal'],
129
+ ['type-parent', 'parent'],
130
+ ['type-sibling', 'sibling'],
131
+ ['type-index', 'index'],
132
132
  ],
133
133
  customGroups: [
134
134
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noxickon/codex",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "author": "noxickon",
5
5
  "license": "MIT",
6
6
  "description": "Shared ESLint & Prettier configuration for noxickon projects",