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.42.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.42.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 14, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    a0f5aa8 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    60fa6b4 View commit details

Commits on Sep 18, 2023

  1. chore: release v0.42.1

    antfu committed Sep 18, 2023
    Copy the full SHA
    4c8693f 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.42.0",
"version": "0.42.1",
"private": true,
"packageManager": "pnpm@8.7.5",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
5 changes: 3 additions & 2 deletions packages/eslint-config-basic/index.js
Original file line number Diff line number Diff line change
@@ -233,6 +233,7 @@ module.exports = {
'import/no-absolute-path': 'off',
'import/newline-after-import': ['error', { count: 1, considerComments: true }],
'import/no-self-import': 'error',
'import/named': 'off',

// Common
'semi': ['error', 'never'],
@@ -412,7 +413,7 @@ module.exports = {

// jsdoc
'jsdoc/require-jsdoc': 'off',
"jsdoc/require-param": 'off',
'jsdoc/require-param': 'off',
'jsdoc/require-param-type': 'off',
'jsdoc/require-param-description': 'off',
'jsdoc/require-yields': 'off',
@@ -422,7 +423,7 @@ module.exports = {
'jsdoc/no-undefined-types': 'off',
'jsdoc/require-returns': 'off',
'jsdoc/require-returns-type': 'off',
"jsdoc/require-throws": 'off',
'jsdoc/require-throws': 'off',

// antfu
'antfu/no-import-node-modules-by-path': 'error',
2 changes: 1 addition & 1 deletion packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.42.0",
"version": "0.42.1",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.42.0",
"version": "0.42.1",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
3 changes: 2 additions & 1 deletion packages/eslint-config-ts/index.js
Original file line number Diff line number Diff line change
@@ -102,10 +102,11 @@ module.exports = {
'moduleDetection',
/* Modules */
'module',
'rootDirs',
'rootDir',
'moduleResolution',
'baseUrl',
'paths',
'rootDirs',
'typeRoots',
'types',
'allowUmdGlobalAccess',
2 changes: 1 addition & 1 deletion packages/eslint-config-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.42.0",
"version": "0.42.1",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.42.0",
"version": "0.42.1",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.42.0",
"version": "0.42.1",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"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.42.0",
"version": "0.42.1",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",