🚀 Feature: Move .eslintignore into ESLint config #1261
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: cleanup
Tech debt or other code/repository cleanups
type: feature
New enhancement or request
Milestone
Bug Report Checklist
main
branch of the repository.Overview
Right now this template has two ESLint config-ish files:
.eslintignore
.eslintrc.cjs
...but the latter supports the former with
ignorePatterns
! We can reduce to just one file as an act of simplification.Additional Info
No response
The text was updated successfully, but these errors were encountered: