Skip to content
  • Sponsor
  • Notifications You must be signed in to change notification settings
  • Fork 689
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9fdf8e0
Choose a base ref
...
head repository: vuejs/eslint-plugin-vue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca97301
Choose a head ref
Loading
Showing 1,322 changed files with 159,146 additions and 9,777 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
15 changes: 15 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://unpkg.com/@changesets/config/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{
"repo": "vuejs/eslint-plugin-vue"
}
],
"commit": false,
"linked": [],
"access": "public",
"baseBranch": "master",
"bumpVersionsWithWorkspaceProtocolOnly": true,
"ignore": []
}
5 changes: 5 additions & 0 deletions .changeset/smooth-jokes-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-plugin-vue": patch
---

Updates resources
5 changes: 5 additions & 0 deletions .changeset/true-oranges-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-vue': patch
---

[vue/no-restricted-html-elements](https://eslint.vuejs.org/rules/no-restricted-html-elements.html) now also checks SVG and MathML elements.
102 changes: 0 additions & 102 deletions .circleci/config.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .env-cmdrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": {
"IN_VERSION_SCRIPT": "true"
}
}
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

38 changes: 0 additions & 38 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
github:
- ota-meshi
- FloEdelmann
40 changes: 33 additions & 7 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
---
name: Bug report
about: Create a report to help us improve

---

<!--
❗Please don't ignore this template.❗
If you ignore it, we're just going to respond asking you to fill it out, which wastes everyone's time.
The more relevant information you can include, the faster we can find the issue and fix it without asking you for more info.
-->

<!--
Before posting the issue, please confirm that the problem you're getting
is not related with your code editor configuration.
To make sure it's not, run: yarn eslint src/your-file.vue
-->

**Tell us about your environment**
* **ESLint version:**
* **eslint-plugin-vue version:**
* **Node version:**
**Checklist**

- [ ] I have tried restarting my IDE and the issue persists.
- [ ] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed.
<!-- If you do not read the FAQ and open an issue that is listed in the FAQ, we may silently close the issue. -->

**Tell us about your environment**

- **ESLint version:**
- **eslint-plugin-vue version:**
- **Vue version:**
- **Node version:**
- **Operating System:**

**Please show your full configuration:**
<!-- Paste content of your .eslintrc file -->
```json
```json5

```

@@ -31,4 +46,15 @@ about: Create a report to help us improve


**What actually happened?**
<!-- Please include the actual, raw output from ESLint. -->
<!--
Please include the actual, raw output from ESLint.
If you are only looking at the results of your editor extension, also check the CLI results.
-->

**Repository to reproduce this issue**
<!--
❗ Please share a repository that can reproduce your issue.
❗ If you don't share it, we just label it as requesting a repository that can reproduce your issue.
❗ If you don't share it for a few days, we silently close this issue.
-->

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
name: "Non-rule change request"
about: Request a change that is not a bug fix, rule change, or new rule
---

<!--
Before proposing changes, please make sure it hasn't been posted already.
You can see all open propositions here:
https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22
-->

**Tell us about your environment**

- **ESLint version:**
- **eslint-plugin-vue version:**
- **Vue version:**
- **Node version:**

**The problem you want to solve.**


**Your take on the correct solution to problem.**


**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/rule-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: "Rule change request"
about: Request a change to an existing rule
---

<!--
Before proposing rule changes, please make sure it hasn't been posted already.
You can see all open propositions here:
https://github.com/vuejs/eslint-plugin-vue/issues?q=is%3Aopen+is%3Aissue+label%3A%22new+rule+proposition%22
-->

**What rule do you want to change?**

**Does this change cause the rule to produce more or fewer warnings?**

**How will the change be implemented? (New option, new default behavior, etc.)?**

**Please provide some example code that this change will affect:**

<!-- Put your code examples here -->
```vue
```

**What does the rule currently do for this code?**

**What will the rule do after it's changed?**

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/rule-proposal.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Rule Proposal
about: Suggest an idea for a new rule

---

<!--
@@ -15,15 +14,17 @@ about: Suggest an idea for a new rule

**What category should the rule belong to?**
<!-- (place an "X" next to just one item) -->
- [ ] Enforces code style
- [ ] Warns about a potential error
- [ ] Suggests an alternate way of doing something
- [ ] Other (please specify:)
[ ] Enforces code style (layout)
[ ] Warns about a potential error (problem)
[ ] Suggests an alternate way of doing something (suggestion)
[ ] Other (please specify:)

**Provide 2-3 code examples that this rule should warn about:**

```vue
```

**Additional context**
<!-- Add any other context or screenshots about the feature request here. -->

Loading