Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 更新日志;添加eslint #8

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: build
run-name: ${{ github.actor }} is learning actions
run-name: ${{ github.actor }} 构建插件
on:
push:
branches:
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,10 @@ boss 直聘时间展示插件

1. 更新文档说明,添加视频教程链接
2. 添加智联招聘的时间显示

5.06:

1. boss直聘新增在线筛选,筛选出当前页在线的招聘者-感谢 Vivi-wu 提供
2. boss直聘新增日期格式-感谢 lastsunday 提供
3. boss直聘新增外包公司提示-感谢 lastsunday 提供
4. 智联新增日期格式,一周内发布职位标红
9 changes: 9 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import globals from "globals";
import pluginJs from "@eslint/js";


export default [
{languageOptions: { globals: globals.browser }},
pluginJs.configs.recommended,

];
Loading