-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
TODO List of web-blog.lumir.page
repository
- Support i18n.
- Translate GitHub Alert Warning message. ex.
WARNING
->경고
.
- Translate GitHub Alert Warning message. ex.
- Use
createPortal
React DOM API to refactor Sidebar toggle button in mobile. - Use
useDefferedValue
hook to make the dark mode button not popping.
TODO List of lumirlumir
repository
- https://github.com/pulls?page=1&q=is%3Apr+author%3Alumirlumir+archived%3Afalse+-org%3Alumirlumir+is%3Aclosed+is%3Amerged
- https://github.com/issues?q=org%3Aeslint%20label%3A%22contributor%20pool%22%20merged%3A2025-04-01..2025-04-30%20
- unified ecosystem
- react
- next.js
- scss
shx
: https://github.com/shelljs/shx -> write it to tech stack list
- Change Request: Support passing
RuleDefinition
type to theRuleTester.run()
method eslint/eslint#19633 - feat: add support for Markdown Front Matter parsing eslint/code-explorer#92
- test: correct
path
typos inmarkdown-language.test.js
eslint/markdown#347 - fix:
no-missing-label-refs
rule does not respect escaping eslint/markdown#348 - Change Request: Replace
chai
with Node.jsassert
to reduce dependency footprint eslint/markdown#350 - docs: add Bananass Framework RanolP/awesome-baekjoon#9
- chore: migrate to ESLint v9 eslint/code-explorer#94
- chore: move CLI test tools to root level and update
package.json
files eslint/js#650 - test: replace
chai
with Node.jsassert
to reduce dependency eslint/eslint-release#64 - chore: update ESLint config file to use
defineConfig
eslint/markdown#352 - chore: use
defineConfig
andglobalIgnores
in ESLint config eslint/json#93 - perf: introduce React Compiler to improve performance eslint/eslint.org#720
- feat: make
TextSourceCodeBase
a generic type eslint/rewrite#182 - docs: fixed a typo in
top-level-interop.js
eslint/json#95 - New Rule:
no-empty-images
eslint/markdown#355 - feat: create
no-empty-images
eslint/markdown#357 - New Rule:
no-duplicate-definitions
eslint/markdown#358 - docs: fix a typo and add links eslint/json#97
- chore: add missing
funding
field to packages eslint/eslint#19684 - docs: add
fmt
andcheck
sections toPackage.json Conventions
eslint/eslint#19686 - chore: rename
fmt
script to follow general convention eslint/code-explorer#95 - New Rule:
no-empty-definitions
eslint/markdown#359 - feat: add support for
allowTrailingCommas
option in JSON eslint/code-explorer#96 - docs: replace
var
withconst
eslint/eslint-release#65 - ci: bump actions version to latest eslint/eslint-release#66
- feat: create
no-duplicate-definitions
eslint/markdown#360 - Change Request: Consolidate
update-readme
script across repositories eslint/workflows#6 - ci: run tests in Node.js 24 eslint/rewrite#203
- ci: run tests in Node.js 24 eslint/markdown#361
- ci: run tests in Node.js 24 eslint/css#126
- ci: run tests in Node.js 24 eslint/eslint-release#67
- ci: run tests in Node.js 24 eslint/json#98
- ci: run tests in Node.js 24 eslint/js#652
- ci: run tests in Node.js 24 eslint/create-config#167
- ci: run tests in Node.js 24 eslint/generator-eslint#200
- ci: run tests in Node.js 24 eslint/eslint-transforms#31
- chore: add
*.code-workspace
to.gitignore
eslint/markdown#362 - 🐛BUG: CI workflow is broken reactjs/translations.react.dev#334
- fix:
no-invalid-label-refs
do not report correct position eslint/markdown#366 - refactor: migrate type declarations to use the
@import
syntax eslint/markdown#367 - Bug: 'Sync with react.dev' is not working facebook/react#33168
- Suggestion: Add a URL to the GitHub repository's About section eslint/code-explorer#102
- refactor: add missing type to
JavaScriptPanel
eslint/code-explorer#103 - Change Request: Migrate to
husky
fromyorkie
eslint/json#99 - feat: change ESQuery Selector placeholder text based on language eslint/code-explorer#104
- chore: cleanup and update
.gitignore
eslint/code-explorer#105 - feat: add support for
getLocFromIndex
andgetIndexFromLoc
eslint/markdown#376 - fix: correct types and tighten type definitions in
SourceCode
class eslint/eslint#19731 - fix: correct mismatched removed rules eslint/eslint#19734
- feat: add support for
.mts
and.cts
extensions eslint/create-config#173 - docs: fix minor typos and add links eslint/eslint#19743
- chore: bump dev-dependencies eslint/json#102
- chore: cleanup
.gitignore
eslint/json#103 - chore: use
defineConfig
andglobalIgnores
in ESLint config eslint/create-config#175 - chore: bump react to
v19.1
eslint/code-explorer#108 - docs: fix some typos eslint/markdown#381
- docs: improve documentation with inline config comments eslint/css#144
- feat: add
url
andrecommended
field to existing rules eslint/json#104 - docs: improve documentation with inline config comments eslint/markdown#384
- fix: update
require-alt-text
rule to ignore commented images eslint/markdown#385 - chore: update ESLint config to use
defineConfig
eslint/css#145 - feat: add support for custom name parameter to
includeIgnoreFile
eslint/rewrite#211 - feat: add support for
getLocFromIndex
andgetIndexFromLoc
eslint/rewrite#212 - chore: update
.gitignore
to include additional IDE files eslint/create-config#179 - docs: enhance documentation with links and fix typos eslint/eslint#19761
- chore: add
*.code-workspace
to.gitignore
eslint/eslint#19771 - refactor: update and fix error types in JSDoc comments eslint/rewrite#213
- perf: improve time complexity of
getLocFromIndex
eslint/eslint#19782 - docs: add support for custom name parameter to
includeIgnoreFile
eslint/eslint#19795 - Change Request: Add support for YAML and TOML inline config comments eslint/markdown#396
- docs: create dedicated documentation for JSON eslint/json#106
- Suggestion: Project triaging automation eslint/workflows#5
- ci: create
ci-build-all-pm.yml
eslint/markdown#400 - fix: auto assign is not working correctly eslint/eslint-github-bot#220
- chore: update
.gitignore
andeslint.config.js
eslint/eslint-github-bot#221 - ci: create
ci-build-all-pm.yml
eslint/json#107 - New Rule: no-null-character eslint/markdown#405
- fix: false negative on shortcut type ref in
no-missing-label-refs
eslint/markdown#406 - docs: fix minor typos eslint/markdown#407
- build: create
update-rules-docs.js
to automate rule docs generation eslint/json#108 - docs: fix bun command and update documentation eslint/rewrite#222
- feat: add support for
getLocFromIndex
andgetIndexFromLoc
eslint/json#109 - feat: add support for
getLocFromIndex
andgetIndexFromLoc
eslint/css#167 - feat: throw error when column is negative in
getIndexFromLoc
eslint/eslint#19831 - chore: bump dependencies to address security vulnerabilities eslint/eslint-github-bot#222
- chore: hoist cli tools to root level eslint/rewrite#224
- chore: update
package.json
to follow template eslint/rewrite#225 - Change Request: Replace
npm-run-all2
with a native script to reduce the dependency footprint eslint/js#660 - Bug: New version of
acorn
v8.1.5 breaks build eslint/js#659 - chore: remove
@types/eslint
and bump mocha eslint/markdown#412 - feat: update
no-multiple-h1
rule to recognize JSON frontmatter eslint/markdown#413 - Change Request: Replace
npm-prepare
script with npm workspace feature eslint/markdown#414 - docs: fix wrong
bun
command eslint/json#110 - docs: update installing section in
README.md
eslint/markdown#416 - chore: update lint-staged to use predefined script eslint/css#170
- chore: replace
npm-prepare
script with npm workspace feature eslint/markdown#417 - chore: replace
npm-run-all2
with a native script eslint/js#664 - test: add test for
findOffsets()
util eslint/markdown#420 - fix: update incorrect
meta
properties eslint/code-explorer#112 - docs: fix a typo in
static-exports.mdx
vercel/next.js#80541 - docs: correct heading level in
ssr-options.md
vitejs/vite#20208 - New Rule: no-unused-definition eslint/markdown#424
- fix: handle
null
typeloc
ingetIndexFromLoc
method eslint/eslint#19862 - feat: create
no-unused-definitions
rule eslint/markdown#425 - chore: update lint-staged to run
git add README.md
when rules change eslint/markdown#426 - refactor: add default options for
fenced-code-language
andno-html
eslint/markdown#427 - fix: enforce unique items in the options of
prefer-logical-properties
eslint/css#176 - test: add tests for JSON5 parsing in
JSONLanguage
eslint/json#114 - test: add
deepStrictEqual
tests for better accuracy eslint/json#115 - chore: fix wrong JSDoc tag eslint/css#179
- chore: fix wrong
@fileoverview
description eslint/markdown#428 - test: correct indentation in
fenced-code-language
test cases eslint/markdown#431 - chore: fix
tsconfig.json
to include.js
and.ts
files insrc
dir eslint/markdown#432 - Rule Change: Make
no-nested-ternary
rule TypeScript syntax aware eslint/eslint#19884