@taiga-ui/eslint-plugin-experience-next 0.370.0 → 0.372.0

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/index.esm.js +1 -1
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -1149,7 +1149,7 @@ var taigaSpecific = defineConfig([
1149
1149
  'error',
1150
1150
  {
1151
1151
  importFilter: packageNames,
1152
- strict: false,
1152
+ strict: !!process.env.CI,
1153
1153
  },
1154
1154
  ],
1155
1155
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.370.0",
3
+ "version": "0.372.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",