@taiga-ui/eslint-plugin-experience-next 0.465.0 → 0.466.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.
- package/index.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -3897,6 +3897,7 @@ Object.assign(plugin.configs, {
|
|
|
3897
3897
|
recommended: [
|
|
3898
3898
|
{ files: ALL_TS_JS_FILES, plugins: { '@taiga-ui/experience-next': plugin } },
|
|
3899
3899
|
{ files: ['**/*.html'], plugins: { '@taiga-ui/experience-next': plugin } },
|
|
3900
|
+
{ files: ['**/.npmrc'], plugins: { '@taiga-ui/experience-next': plugin } },
|
|
3900
3901
|
...recommended,
|
|
3901
3902
|
],
|
|
3902
3903
|
['taiga-specific']: [
|