eslint-config-turbo 2.5.7-canary.0 → 2.5.7

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -62,7 +62,7 @@ You can also configure rules available in the configuration:
62
62
 
63
63
  ```json
64
64
  {
65
- "plugins": ["turbo"],
65
+ "extends": ["turbo"],
66
66
  "rules": {
67
67
  "turbo/no-undeclared-env-vars": [
68
68
  "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-turbo",
3
- "version": "2.5.7-canary.0",
3
+ "version": "2.5.7",
4
4
  "type": "commonjs",
5
5
  "description": "ESLint config for Turborepo",
6
6
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  }
50
50
  },
51
51
  "dependencies": {
52
- "eslint-plugin-turbo": "2.5.7-canary.0"
52
+ "eslint-plugin-turbo": "2.5.7"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "eslint": ">6.6.0",