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.21.0
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.21.1
Choose a head ref
  • 2 commits
  • 8 files changed
  • 3 contributors

Commits on Apr 25, 2022

  1. fix: fixed rules not works (#86)

    Co-authored-by: linka <lqadm@qq.com>
    aliuq and axiaoan authored Apr 25, 2022
    Copy the full SHA
    b996c58 View commit details
  2. release v0.21.1

    antfu committed Apr 25, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6080d3f 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.21.0",
"version": "0.21.1",
"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.21.0",
"version": "0.21.1",
"description": "",
"keywords": [],
"license": "MIT",
6 changes: 3 additions & 3 deletions packages/basic/index.js
Original file line number Diff line number Diff line change
@@ -44,9 +44,9 @@ module.exports = {
files: ['*.json', '*.json5'],
parser: 'jsonc-eslint-parser',
rules: {
'quotes': ['error', 'double'],
'quote-props': ['error', 'always'],
'comma-dangle': ['error', 'never'],
'jsonc/quotes': ['error', 'double'],
'jsonc/quote-props': ['error', 'always'],
'jsonc/comma-dangle': ['error', 'never'],
},
},
{
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.21.0",
"version": "0.21.1",
"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.21.0",
"version": "0.21.1",
"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.21.0",
"version": "0.21.1",
"description": "",
"keywords": [],
"license": "MIT",
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.21.0",
"version": "0.21.1",
"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.21.0",
"version": "0.21.1",
"description": "",
"keywords": [],
"license": "MIT",