@taiga-ui/eslint-plugin-experience-next 0.461.0 → 0.462.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 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3780,6 +3780,7 @@ Object.assign(plugin.configs, {
3780
3780
  ],
3781
3781
  recommended: [
3782
3782
  { files: ALL_TS_JS_FILES, plugins: { '@taiga-ui/experience-next': plugin } },
3783
+ { files: ['**/*.html'], plugins: { '@taiga-ui/experience-next': plugin } },
3783
3784
  ...recommended,
3784
3785
  ],
3785
3786
  ['taiga-specific']: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.461.0",
3
+ "version": "0.462.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "repository": {
6
6
  "type": "git",