@diia-inhouse/oxc-config 2.1.5 → 2.1.7
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/dist/oxlint/config.js +1 -1
- package/package.json +2 -2
package/dist/oxlint/config.js
CHANGED
|
@@ -292,6 +292,7 @@ const boundariesExtension = {
|
|
|
292
292
|
{
|
|
293
293
|
default: 'disallow',
|
|
294
294
|
rules: [
|
|
295
|
+
{ from: { type: ['viewsTypes', 'servicesTypes'] }, allow: { to: [{ type: 'locales' }] } },
|
|
295
296
|
{
|
|
296
297
|
from: { type: 'actions' },
|
|
297
298
|
allow: {
|
|
@@ -339,7 +340,6 @@ const boundariesExtension = {
|
|
|
339
340
|
from: { type: 'views' },
|
|
340
341
|
allow: { to: [{ type: 'viewsTypes' }, { type: 'servicesTypes' }, { type: 'modelsTypes' }, { type: 'generated' }] },
|
|
341
342
|
},
|
|
342
|
-
{ from: { type: 'viewsTypes' }, allow: { to: [{ type: 'locales' }] } },
|
|
343
343
|
{
|
|
344
344
|
from: { type: 'repositories' },
|
|
345
345
|
allow: { to: [{ type: 'models' }, { type: 'configsTypes' }, { type: 'modelsTypes' }] },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diia-inhouse/oxc-config",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.7",
|
|
4
4
|
"description": "OXC toolchain configs for Diia services: oxlint, oxfmt, oxc transformer",
|
|
5
5
|
"author": "Diia",
|
|
6
6
|
"type": "module",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@boundaries/eslint-plugin": "6.0.2",
|
|
34
|
-
"@diia-inhouse/eslint-plugin": "1.9.
|
|
34
|
+
"@diia-inhouse/eslint-plugin": "1.9.11",
|
|
35
35
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
36
36
|
"eslint-import-resolver-oxc": "0.15.0",
|
|
37
37
|
"eslint-plugin-regexp": "3.1.0",
|