We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabd3ea commit 0a782acCopy full SHA for 0a782ac
packages/eslint-config-standard/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @vue/eslint-config-standard
2
3
+## 8.0.1
4
+
5
+### Patch Changes
6
7
+- Remove the "import/extensions" rule, fixes #23
8
9
## 8.0.0
10
11
### Major Changes
packages/eslint-config-standard/package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/eslint-config-standard",
- "version": "8.0.0",
+ "version": "8.0.1",
"description": "eslint-config-standard for Vue.js projects",
"main": "index.cjs",
"exports": {
0 commit comments