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.20.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.20.5
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 17, 2022

  1. fix: SwitchCase indent

    antfu committed Apr 17, 2022
    Copy the full SHA
    22527f6 View commit details
  2. release v0.20.5

    antfu committed Apr 17, 2022
    Copy the full SHA
    38f64ae View commit details
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.20.4",
"version": "0.20.5",
"private": true,
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
2 changes: 1 addition & 1 deletion packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.20.4",
"version": "0.20.5",
"description": "",
"keywords": [],
"license": "MIT",
2 changes: 1 addition & 1 deletion 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.20.4",
"version": "0.20.5",
"description": "",
"keywords": [],
"license": "MIT",
2 changes: 1 addition & 1 deletion 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.20.4",
"version": "0.20.5",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
2 changes: 1 addition & 1 deletion 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.20.4",
"version": "0.20.5",
"description": "",
"keywords": [],
"license": "MIT",
1 change: 1 addition & 0 deletions packages/typescript/index.js
Original file line number Diff line number Diff line change
@@ -34,6 +34,7 @@ module.exports = {
'JSXAttribute',
'TSTypeParameterInstantiation',
],
SwitchCase: 1,
}],
'no-unused-vars': 'off',
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
2 changes: 1 addition & 1 deletion 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.20.4",
"version": "0.20.5",
"description": "",
"keywords": [],
"license": "MIT",
2 changes: 1 addition & 1 deletion 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.20.4",
"version": "0.20.5",
"description": "",
"keywords": [],
"license": "MIT",