Skip to content

Commit

Permalink
Docs: 补充单词库
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaoh committed Jun 24, 2024
1 parent abc4e44 commit 80c469c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ const eslintRules = (skipWords = [], rules = {}) => ({
'contenttype',
'immer',
'ahooks',
'devtool',
'devtools',
...(skipWords ?? []),
],
skipIfMatch: [
Expand Down
2 changes: 2 additions & 0 deletions src/Dev/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ export const eslintRules = (skipWords = [], rules = {}) => ({
'contenttype',
'immer',
'ahooks',
'devtool',
'devtools',
...(skipWords ?? []),
],
skipIfMatch: [
Expand Down

0 comments on commit 80c469c

Please sign in to comment.