@simplysm/eslint-plugin 13.0.0-beta.13 → 13.0.0-beta.15

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -256,7 +256,6 @@ The following directories are excluded from linting:
256
256
 
257
257
  - `**/node_modules/**`
258
258
  - `**/dist/**`
259
- - `**/.legacy-packages/**`
260
259
  - `**/.*/**`
261
260
  - `**/_*/**`
262
261
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@simplysm/eslint-plugin",
3
3
  "sideEffects": false,
4
- "version": "13.0.0-beta.13",
4
+ "version": "13.0.0-beta.15",
5
5
  "description": "심플리즘 패키지 - ESLINT 플러그인",
6
6
  "author": "김석래",
7
7
  "repository": {