@taiga-ui/eslint-plugin-experience-next 0.486.0 → 0.487.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 +3 -0
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -549,6 +549,9 @@ var recommended = defineConfig([
549
549
  '**.git/**',
550
550
  '**/.idea/**',
551
551
  '**/LICENSE',
552
+ '**/llms-full.html',
553
+ '**/import-map.md',
554
+ '**/sitemap.xml',
552
555
  ],
553
556
  },
554
557
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.486.0",
3
+ "version": "0.487.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "repository": {
6
6
  "type": "git",