@autoafleveren/ui 0.12.2 → 0.12.3

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.
@@ -103,7 +103,7 @@ module.exports = {
103
103
  overrides: [
104
104
  {
105
105
  ...defaultTypescriptOverride,
106
- files: ['**/*.spec.ts', '**/tests/**'],
106
+ files: ['**/*.spec.ts', '**/tests/**', '**/tests/**'],
107
107
  rules: {
108
108
  ...typescriptOverride.rules,
109
109
  ...testOverrideRules,
@@ -124,6 +124,7 @@ module.exports = {
124
124
  '@typescript-eslint/no-unsafe-call': 'off',
125
125
  '@typescript-eslint/no-non-null-assertion': 'off',
126
126
  '@programic/typescript-explicit-function-return-type': 'off',
127
+ '@programic/typescript-explicit-module-boundary-types': 'off',
127
128
  'vitest/consistent-test-it': ['error', { fn: 'it' }],
128
129
  'vitest/no-alias-methods': 'error',
129
130
  'vitest/no-conditional-expect': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autoafleveren/ui",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist/*",