Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Dec 19, 2023
1 parent a076392 commit 0e76e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ Based on the above two points, I decided to open the use of Prettier.

V2 is a refactoring of V1 in order to adapt ESLint's flat configuration and use Prettier as a code formatting tool.

If you need to adapt ESLint's flattened configuration, then all the packages you use internally need to use the new version of the flattened configuration. Fortunately, ESLint has provided an adaptation scheme, [eslintrc](https://github.com/eslint/eslintrc), to convert the old configuration to the new one. It is used to convert the old configuration to the new one.
If you need to adapt ESLint's flattened configuration, then all the packages you use internally need to use the new version of the flattened configuration. Fortunately, ESLint has provided an adaptation scheme, [eslintrc](https://github.com/eslint/eslintrc), to convert the old configuration to the new one.
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ export default [

V2 是对 V1 的重构,以适应 ESLint 的扁平化配置,并使用 Prettier 作为代码格式化工具。

如果您需要调整 ESLint 的扁平化配置,那么您在内部使用的所有软件包都需要使用新版本的扁平化配置。幸运的是,ESLint 提供了一个适配方案 [eslintrc](https://github.com/eslint/eslintrc),用于将旧配置转换为新配置。它用于将旧配置转换为新配置。
如果您需要调整 ESLint 的扁平化配置,那么您在内部使用的所有软件包都需要使用新版本的扁平化配置。幸运的是,ESLint 提供了一个适配方案 [eslintrc](https://github.com/eslint/eslintrc),用于将旧配置转换为新配置。

0 comments on commit 0e76e2a

Please sign in to comment.