@pengzhanbo/eslint-config 1.7.0 → 1.8.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.
package/README.md CHANGED
@@ -23,6 +23,7 @@ pnpm add @pengzhanbo/eslint-config
23
23
  ## Configuration
24
24
 
25
25
  `eslint.config.js`
26
+
26
27
  ```js
27
28
  import eslintConfig from '@pengzhanbo/eslint-config'
28
29
 
@@ -30,6 +31,7 @@ export default eslintConfig()
30
31
  ```
31
32
 
32
33
  ## 相关资源
34
+
33
35
  - [@pengzhanbo/eslint-config](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config)
34
36
  - [@pengzhanbo/eslint-config-vue](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-vue)
35
37
  - [@pengzhanbo/eslint-config-react](https://github.com/pengzhanbo/configs/tree/main/packages/eslint-config-react)