Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dnut
/
Rewrap
Public
forked from
stkb/Rewrap
Notifications
You must be signed in to change notification settings
Fork
17
Star
73
Code
Issues
36
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Ignore ESLint directive comments in JavaScript and TypeScript
- #34
#34
Merged
dnut
merged 13 commits into
dnut:master
dnut/Rewrap:master
from
karlhorky:ignore-eslint-config-comments
karlhorky/Rewrap:ignore-eslint-config-comments
Copy head branch name to clipboard
May 23, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: Ignore ESLint directive comments in JavaScript and TypeScript
#34
dnut
merged 13 commits into
dnut:master
dnut/Rewrap:master
from
karlhorky:ignore-eslint-config-comments
karlhorky/Rewrap:ignore-eslint-config-comments
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2025
Ignore `eslint-disable-next-line` + `eslint-disable-line` line comments
karlhorky
committed
04f51c9
View commit details
Copy full SHA for 04f51c9
Browse repository at this point
Ignore only the line disables
karlhorky
committed
c2dc3d9
View commit details
Copy full SHA for c2dc3d9
Browse repository at this point
Fix indentation
karlhorky
committed
38659ff
View commit details
Copy full SHA for 38659ff
Browse repository at this point
Switch to single compilation of regex
karlhorky
committed
81edd6a
View commit details
Copy full SHA for 81edd6a
Browse repository at this point
Commits on Feb 25, 2026
fix(Parsers): redundant // in js regex
dnut
committed
3a50118
View commit details
Copy full SHA for 3a50118
Browse repository at this point
fix(Parsing.Documents): eslint only applied to special comments /// and //! not //
dnut
committed
f7800d5
View commit details
Copy full SHA for f7800d5
Browse repository at this point
Add tests
karlhorky
committed
c82b6dd
View commit details
Copy full SHA for c82b6dd
Browse repository at this point
Ignore eslint-disable and eslint-enable in JS/TS block comments
karlhorky
committed
22cc3ea
View commit details
Copy full SHA for 22cc3ea
Browse repository at this point
Simplify legibility of regex
karlhorky
committed
b0083ba
View commit details
Copy full SHA for b0083ba
Browse repository at this point
Commits on May 22, 2026
Fix ESLint directive spec columns
karlhorky
committed
4f911ca
View commit details
Copy full SHA for 4f911ca
Browse repository at this point
Merge branch 'master' of github.com:dnut/Rewrap into ignore-eslint-config-comments
karlhorky
committed
4c111b9
View commit details
Copy full SHA for 4c111b9
Browse repository at this point
Detect ESLint directives after comment text
karlhorky
committed
485d28a
View commit details
Copy full SHA for 485d28a
Browse repository at this point
Commits on May 23, 2026
fix: eslint tests, and move to own file for content type
dnut
committed
c47291b
View commit details
Copy full SHA for c47291b
Browse repository at this point
You can’t perform that action at this time.