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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-turbo",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "ESLint plugin for Turborepo",
5
5
  "keywords": [
6
6
  "turbo",