🌐 AI搜索 & 代理 主页
Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update dist/.eslintrc.json
  • Loading branch information
mgol authored Apr 27, 2020
commit 1b1298f205865c9f75552ce1c088ce55a088dc14
3 changes: 2 additions & 1 deletion dist/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"rules": {
// That is okay for the built version
"no-multiple-empty-lines": "off",
// Version number substituion may trigger max-len
// When custom compilation is used, the version string
// can get large. Accept that in the built version.
"max-len": "off",
"one-var": "off"
}
Expand Down