Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

feat(rule): add no-img-element #165

Closed
wants to merge 286 commits into from
Closed

feat(rule): add no-img-element #165

wants to merge 286 commits into from

Conversation

clarkdo
Copy link
Member

@clarkdo clarkdo commented Oct 24, 2021

Related issue: #162

nuxt/no-img-element

Prohibit usage of HTML element

  • ⚙️ This rule is included in "plugin:nuxt/recommended".

Rule Details

This rule is for preventing using <img> element

Examples of incorrect code for this rule:

<img src="/nuxt.png" />

Examples of correct code for this rule:

<nuxt-img src="/nuxt.png" />

renovate bot and others added 21 commits March 1, 2021 20:30
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@clarkdo clarkdo requested review from Atinux and pi0 October 24, 2021 18:05
@clarkdo clarkdo self-assigned this Oct 24, 2021
@clarkdo
Copy link
Member Author

clarkdo commented Nov 28, 2021

@Atinux @pi0 Can you give me a review when you're free ?

@clarkdo clarkdo closed this Nov 28, 2021
@clarkdo clarkdo deleted the feat/no-img-element branch March 13, 2022 16:29
@clarkdo clarkdo restored the feat/no-img-element branch March 13, 2022 16:29
@clarkdo clarkdo deleted the feat/no-img-element branch March 13, 2022 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants