-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected package
eslint-plugin-unused-imports
Steps to reproduce
I'm not sure if this is a bug. Related to sweepline/eslint-plugin-unused-imports#115.
import React from 'react';
# Hello World- Create a file
example.mdxwith an unused import followed by a markdown heading - Configure ESLint with
eslint-plugin-mdxandeslint-plugin-unused-imports - Run
eslint example.mdx --fix - The
#character is removed
Actual behavior
The # character is removed
Expected behavior
The # character is not removed
Runtime
No response
Package manager
No response
Operating system
No response
Build and bundle tools
No response
Metadata
Metadata
Assignees
Labels
No labels