Releases: dukeluo/eslint-plugin-check-file
Releases · dukeluo/eslint-plugin-check-file
v3.1.0
Thanks @ic4l4s9c (#55) !
Added
- add support for css,json,markdown parsers
Changed
v3.0.0
Happy Chinese New Year! Wishing you a prosperous Year of the Snake! 🐍
Added
- the plugin can lint non-js/ts files (e.g., images, styles, etc.) with processor
eslint-processor-check-file
- the rule
filename-naming-convention
can be used with a new built-in naming convention NEXT_JS_PAGE_ROUTER_FILENAME_CASE
which is used for Next.js page router project
- the rule
no-index
can set errorMessage
property to customize the error message
- the rule
folder-match-with-fex
can set errorMessage
property to customize the error message
- the rule
folder-naming-convention
can set errorMessage
property to customize the error message
Changed
- the error message of the rule
folder-match-with-fex
uses filename without path
- improve documentation
Fixed
NEXT_JS_APP_ROUTER_CASE
can support filename route like rss.xml
Removed
- remove legacy support for
context
object
- remove legacy support for rule
filename-blocklist
- remove legacy configuration support
v2.8.0
Added
- support flat config for ESLint v9.0.0
v2.7.1
Fixed
- the rule
filename-blocklist
can set the suggested glob pattern as empty string when errorMessage
is set (#36)
v2.7.0
Thanks @AtlasTom (#34)
Added
- the rule
filename-naming-convention
can set errorMessage
property to customize the error message
- the rule
filename-blocklist
can set errorMessage
property to customize the error message
Changed
- Node.js version should >= 18
v2.6.2
Thanks @leepowellnbs (#31)
Fixed
- the naming convention
NEXT_JS_APP_ROUTER_CASE
can support Next.js Private Folders
v2.6.1
Fixed
- fix bundle mistake in v2.6.0
v2.6.0
This version has been deprecated. Please use the latest version.
Added
Deprecated
- deprecated Node.js 14 support
Node.js 14 support will be removed in next major version.
v2.5.0
Thanks to @milos-sikic-nimbus-tech
Added
- the rule
folder-naming-convention
can be used with a new built-in naming convention NEXT_JS_APP_ROUTER_CASE
NEXT_JS_APP_ROUTER_CASE
is useful for Next.js App Router projects. Click here to learn more.
v2.4.0
Fixed
- the rule
folder-naming-convention
can work well with *
in the glob #25
Added
- the rule
no-index
can ignore middle extensions #26
Changed