@taiga-ui/eslint-plugin-experience-next 0.439.0 → 0.441.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
@@ -579,6 +579,7 @@ var recommended = defineConfig([
579
579
  ],
580
580
  '@typescript-eslint/unbound-method': 'off',
581
581
  '@typescript-eslint/use-unknown-in-catch-callback-variable': 'error',
582
+ 'arrow-body-style': ['error', 'as-needed'],
582
583
  curly: ['error', 'all'],
583
584
  'decorator-position/decorator-position': [
584
585
  'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.439.0",
3
+ "version": "0.441.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "repository": {
6
6
  "type": "git",