eslint-plugin-turbo 0.0.2 → 0.0.3
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3819,7 +3819,7 @@ var no_undeclared_env_vars_default = rule;
|
|
|
3819
3819
|
var config = {
|
|
3820
3820
|
plugins: ["turbo"],
|
|
3821
3821
|
rules: {
|
|
3822
|
-
[RULES.noUndeclaredEnvVars]: "error"
|
|
3822
|
+
[`turbo/${RULES.noUndeclaredEnvVars}`]: "error"
|
|
3823
3823
|
}
|
|
3824
3824
|
};
|
|
3825
3825
|
var recommended_default = config;
|