@taiga-ui/eslint-plugin-experience-next 0.444.0 → 0.445.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 -3
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -242,9 +242,7 @@ function projectJsonExist(filename) {
242
242
  }
243
243
 
244
244
  const ALL_TS_JS_FILES = ['**/*.{js,mjs,ts,cjs,tsx,jsx}'];
245
- const tsconfig = projectJsonExist('tsconfig.eslint.json') ||
246
- projectJsonExist('tsconfig.json') ||
247
- projectJsonExist('tsconfig.base.json');
245
+ const tsconfig = projectJsonExist('tsconfig.eslint.json');
248
246
  const parserOptions = tsconfig
249
247
  ? { project: [tsconfig] }
250
248
  : {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.444.0",
3
+ "version": "0.445.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "repository": {
6
6
  "type": "git",