Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(spaced-comment): ignore typescript triple-slash directive #294

Merged
merged 1 commit into from
Mar 14, 2024
Merged

feat(spaced-comment): ignore typescript triple-slash directive #294

merged 1 commit into from
Mar 14, 2024

Conversation

suiyun39
Copy link
Contributor

Description

With /// <reference types="node" />, The rule report: "Expected space or tab after '//' in comment @stylistic/spaced-comment"

Triple-Slash Directives should not be checked. This PR fix it.

Linked Issues

#289

Additional context

Copy link

netlify bot commented Mar 13, 2024

Deploy Preview for eslint-stylistic ready!

Name Link
🔨 Latest commit a9ac8f1
🔍 Latest deploy log https://app.netlify.com/sites/eslint-stylistic/deploys/65f15bcfb92c07000847bba3
😎 Deploy Preview https://deploy-preview-294--eslint-stylistic.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@antfu antfu enabled auto-merge March 14, 2024 09:41
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.79%. Comparing base (f0cde51) to head (a9ac8f1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #294   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files         115      115           
  Lines       26777    26781    +4     
  Branches     4498     4500    +2     
=======================================
+ Hits        26723    26727    +4     
  Misses         54       54           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@antfu antfu added this pull request to the merge queue Mar 14, 2024
Merged via the queue into eslint-stylistic:main with commit 9d1b285 Mar 14, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants