@vyriy/eslint-config 0.1.23 → 0.2.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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -127,3 +127,5 @@ Formatting issues are reported by ESLint as warnings through `prettier/prettier`
127
127
  The package depends on `prettier` directly so consumers of `@vyriy/eslint-config` do not need to install Prettier only to satisfy the plugin runtime.
128
128
 
129
129
  Projects that also run the Prettier CLI should still install or expose `prettier` in that project so commands like `prettier . --check` are available.
130
+
131
+ See the article with a complete linting setup walkthrough: <https://vyriy.dev/examples/vyriy-eslint-config/>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vyriy/eslint-config",
3
- "version": "0.1.23",
3
+ "version": "0.2.0",
4
4
  "description": "Shared ESLint config for Vyriy projects",
5
5
  "type": "module",
6
6
  "main": "./index.js",