Skip to content
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: antfu/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.29.4
Choose a base ref
...
head repository: antfu/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.30.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Nov 12, 2022

  1. feat: auto JS fallback

    antfu committed Nov 12, 2022
    Copy the full SHA
    b820b0f View commit details
  2. chore: update deps

    antfu committed Nov 12, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    693eba9 View commit details
  3. chore: release v0.30.0

    antfu committed Nov 12, 2022
    Copy the full SHA
    6b3f6e6 View commit details
64 changes: 32 additions & 32 deletions fixtures/vitesse/package.json
Original file line number Diff line number Diff line change
@@ -15,48 +15,48 @@
"up": "taze major -I"
},
"dependencies": {
"@unocss/reset": "^0.45.8",
"@vueuse/core": "^9.1.0",
"@vueuse/head": "^0.7.9",
"@unocss/reset": "^0.46.4",
"@vueuse/core": "^9.5.0",
"@vueuse/head": "^0.9.8",
"nprogress": "^0.2.0",
"pinia": "^2.0.17",
"vue": "^3.2.37",
"vue-demi": "^0.13.6",
"pinia": "^2.0.23",
"vue": "^3.2.45",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.3"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@iconify-json/carbon": "^1.1.7",
"@intlify/vite-plugin-vue-i18n": "^6.0.0",
"@antfu/eslint-config": "^0.29.4",
"@iconify-json/carbon": "^1.1.9",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/test-utils": "^2.0.2",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.1",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^10.4.0",
"eslint": "^8.21.0",
"cypress": "^11.0.1",
"eslint": "^8.27.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-shiki": "^0.5.1",
"pnpm": "^7.8.0",
"shiki": "^0.10.1",
"taze": "^0.7.6",
"typescript": "^4.7.4",
"unocss": "^0.45.5",
"unplugin-auto-import": "^0.11.0",
"unplugin-vue-components": "^0.22.0",
"vite": "^3.0.4",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pwa": "^0.12.3",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.6.1",
"pnpm": "^7.15.0",
"shiki": "^0.11.1",
"taze": "^0.8.3",
"typescript": "^4.8.4",
"unocss": "^0.46.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-inspect": "^0.7.7",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.21.1",
"vite-ssg": "^0.20.2",
"vite-ssg-sitemap": "^0.3.1",
"vitest": "^0.21.0",
"vue-tsc": "^0.39.5"
"vite-plugin-vue-markdown": "^0.22.1",
"vite-ssg": "^0.21.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.25.1",
"vue-tsc": "^1.0.9"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.29.4",
"version": "0.30.0",
"private": true,
"packageManager": "pnpm@7.1.0",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -14,9 +14,9 @@
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^8.2.1",
"eslint": "^8.23.0",
"eslint": "^8.27.0",
"eslint-plugin-antfu": "workspace:*",
"rimraf": "^3.0.2",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
}
}
20 changes: 10 additions & 10 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.29.4",
"version": "0.30.0",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -17,21 +17,21 @@
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.4.0",
"eslint-plugin-yml": "^1.1.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^44.0.2",
"eslint-plugin-vue": "^9.7.0",
"eslint-plugin-yml": "^1.2.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0"
}
}
14 changes: 7 additions & 7 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.29.4",
"version": "0.30.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -23,17 +23,17 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.4.0",
"eslint-plugin-jsonc": "^2.5.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-yml": "^1.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^44.0.2",
"eslint-plugin-yml": "^1.2.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0"
}
}
10 changes: 5 additions & 5 deletions packages/eslint-plugin-antfu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-antfu",
"version": "0.29.4",
"version": "0.30.0",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",
@@ -16,11 +16,11 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.36.1"
"@typescript-eslint/utils": "^5.42.1"
},
"devDependencies": {
"@types/node": "^18.11.8",
"unbuild": "^0.8.10",
"vitest": "^0.22.1"
"@types/node": "^18.11.9",
"unbuild": "^0.9.4",
"vitest": "^0.25.1"
}
}
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.29.4",
"version": "0.30.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -20,12 +20,12 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.23.0",
"eslint": "^8.27.0",
"react": "^18.2.0",
"typescript": "^4.8.2"
"typescript": "^4.8.4"
}
}
8 changes: 4 additions & 4 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.29.4",
"version": "0.30.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -18,10 +18,10 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1"
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0"
}
}
15 changes: 13 additions & 2 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
const { isPackageExists } = require('local-pkg')

const TS = isPackageExists('typescript')

if (!TS)
console.warn('[@antfu/eslint-config] TypeScript is not installed, fallback to JS only.')

module.exports = {
overrides: [
{
@@ -9,13 +16,17 @@ module.exports = {
rules: {
'no-unused-vars': 'off',
'no-undef': 'off',
'@typescript-eslint/no-unused-vars': 'off',
...(TS
? { '@typescript-eslint/no-unused-vars': 'off' }
: null),
},
},
],
extends: [
'plugin:vue/vue3-recommended',
'@antfu/eslint-config-ts',
TS
? '@antfu/eslint-config-ts'
: '@antfu/eslint-config-basic',
],
rules: {
'vue/max-attributes-per-line': 'off',
8 changes: 5 additions & 3 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.29.4",
"version": "0.30.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -15,10 +15,12 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.4.0"
"eslint-plugin-vue": "^9.7.0"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.27.0",
"local-pkg": "^0.4.2"
}
}
1,083 changes: 563 additions & 520 deletions pnpm-lock.yaml

Large diffs are not rendered by default.