Compare commits

..

35 Commits

Author SHA1 Message Date
Anthony Fu
7b399a63db chore: release v0.39.3 2023-05-23 13:39:23 +02:00
Anthony Fu
bb09e1d6b4 fix(vue): disable vue/no-dupe-keys 2023-05-23 13:39:17 +02:00
Anthony Fu
f97f7ef7de chore: release v0.39.2 2023-05-23 12:42:39 +02:00
Anthony Fu
0a19d26da6 chore: update deps 2023-05-23 12:42:31 +02:00
Kaivan Wong
ec494867f9 feat: update eslint-plugin-vue version (#186) 2023-05-23 12:41:23 +02:00
Anthony Fu
656f91ae61 chore: release v0.39.1 2023-05-21 14:19:13 +02:00
Anthony Fu
cdb02c8fa1 fix: turn off cjs-check in markdown 2023-05-21 14:19:11 +02:00
Anthony Fu
3f2f335e42 chore: release v0.39.0 2023-05-19 10:32:15 +02:00
曾明健
3ca0e7ea8b feat(ts): ban cjs exports in ts file (#167) 2023-05-19 10:29:54 +02:00
曾明健
96dd9a1797 feat: validate jsonc file (#184) 2023-05-19 10:29:15 +02:00
Anthony Fu
2db56ec8f0 chore: release v0.38.6 2023-05-05 18:36:15 +02:00
Anthony Fu
6503a153d8 fix: relax markdown lint 2023-05-05 18:35:51 +02:00
cany748
10306427d9 chore: run lint script typo (#180) 2023-05-05 12:27:27 +02:00
Anthony Fu
e6cb79994e fix: exclude vitepress cache 2023-04-19 02:29:07 +02:00
Anthony Fu
a602eb1b4f chore: release v0.38.5 2023-04-18 14:01:56 +02:00
Anthony Fu
9114acddf6 chore: update build 2023-04-18 13:56:51 +02:00
Anthony Fu
e8cec1e2d5 chore: update deps 2023-04-18 13:56:00 +02:00
曾明健
506d17c3f7 feat(plugin): allow some one-line arrow functions (#172) 2023-04-18 13:54:50 +02:00
曾明健
ff74d69719 feat: enable no-invalid-this (#173) 2023-04-18 13:42:48 +02:00
曾明健
e28861a247 fix(basic): allow require imports in js file (#169) 2023-04-11 09:50:52 +02:00
曾明健
9fde0f404f feat(ts): ban namespace in ts file (#166) 2023-04-10 17:45:46 +02:00
曾明健
78b405f91a feat: ban requrie imports in ts file (#165) 2023-04-10 17:39:06 +02:00
曾明健
ebb96c422e feat(basic): consider comments for newline-after-import (#164) 2023-04-10 13:57:57 +02:00
Anthony Fu
5240f68454 chore: release v0.38.4 2023-04-04 08:56:34 +02:00
Anthony Fu
79c8de557e chore: update deps 2023-04-04 08:56:29 +02:00
曾明健
3f13db706b refactor: remove eslint-plugin-node (#162) 2023-04-04 08:55:00 +02:00
Anthony Fu
7a5daf6f38 chore: update lock 2023-04-03 17:19:24 +02:00
Anthony Fu
79b63bc0c9 chore: enable hoist 2023-04-03 14:43:41 +02:00
Anthony Fu
60002c33fd chore: release v0.38.3 2023-04-03 14:42:06 +02:00
曾明健
502f6b0c37 feat(basic): prefer non global object of node (#159)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2023-04-03 14:41:41 +02:00
曾明健
d1cd722857 feat(basic): new line after import (#161) 2023-04-03 14:30:54 +02:00
Anthony Fu
d2150eec3b fix(top-level-function): narrow warning range 2023-03-30 11:02:49 +02:00
Anthony Fu
d3c3e1b84d chore: update lock 2023-03-30 10:57:04 +02:00
Anthony Fu
3963633712 chore: release v0.38.2 2023-03-30 10:53:40 +02:00
Anthony Fu
e9193343e8 chore: format 2023-03-30 10:53:36 +02:00
20 changed files with 1100 additions and 554 deletions

1
.npmrc
View File

@@ -1 +1,2 @@
strict-peer-dependencies=false strict-peer-dependencies=false
shamefully-hoist=true

View File

@@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"private": true, "private": true,
"packageManager": "pnpm@8.0.0", "packageManager": "pnpm@8.5.1",
"scripts": { "scripts": {
"build": "vite-ssg build", "build": "vite-ssg build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@@ -15,48 +15,48 @@
"up": "taze major -I" "up": "taze major -I"
}, },
"dependencies": { "dependencies": {
"@unocss/reset": "^0.50.6", "@unocss/reset": "^0.52.1",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^10.1.2",
"@vueuse/head": "^1.1.23", "@vueuse/head": "^1.1.26",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.33", "pinia": "^2.1.3",
"vue": "^3.2.47", "vue": "^3.3.4",
"vue-demi": "^0.13.11", "vue-demi": "^0.14.5",
"vue-i18n": "^9.2.2", "vue-i18n": "^9.2.2",
"vue-router": "^4.1.6" "vue-router": "^4.2.1"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.37.0", "@antfu/eslint-config": "^0.39.1",
"@iconify-json/carbon": "^1.1.16", "@iconify-json/carbon": "^1.1.16",
"@intlify/vite-plugin-vue-i18n": "^7.0.0", "@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1", "@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.1.0", "@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.3.2", "@vue/test-utils": "^2.3.2",
"critters": "^0.0.16", "critters": "^0.0.16",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^12.9.0", "cypress": "^12.12.0",
"eslint": "^8.37.0", "eslint": "^8.41.0",
"eslint-plugin-cypress": "^2.13.2", "eslint-plugin-cypress": "^2.13.3",
"https-localhost": "^4.7.1", "https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.0", "markdown-it-shiki": "^0.9.0",
"pnpm": "^8.0.0", "pnpm": "^8.5.1",
"shiki": "^0.14.1", "shiki": "^0.14.2",
"taze": "^0.9.1", "taze": "^0.10.1",
"typescript": "^5.0.2", "typescript": "^5.0.4",
"unocss": "^0.50.6", "unocss": "^0.52.1",
"unplugin-auto-import": "^0.15.2", "unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1", "vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.18", "vite-plugin-inspect": "^0.7.26",
"vite-plugin-pages": "^0.29.0", "vite-plugin-pages": "^0.30.1",
"vite-plugin-pwa": "^0.14.7", "vite-plugin-pwa": "^0.15.0",
"vite-plugin-vue-layouts": "^0.8.0", "vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.4", "vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "^0.22.1", "vite-ssg": "^0.22.2",
"vite-ssg-sitemap": "^0.4.3", "vite-ssg-sitemap": "^0.5.1",
"vitest": "^0.29.8", "vitest": "^0.31.1",
"vue-tsc": "^1.2.0" "vue-tsc": "^1.6.5"
} }
} }

View File

@@ -1,22 +1,23 @@
{ {
"name": "@antfu/eslint-config-monorepo", "name": "@antfu/eslint-config-monorepo",
"version": "0.38.1", "version": "0.39.3",
"private": true, "private": true,
"packageManager": "pnpm@8.0.0", "packageManager": "pnpm@8.5.1",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "pnpm -r run stub && eslint .",
"test": "pnpm -r run test", "test": "pnpm -r run test",
"build": "pnpm -r run build",
"prepare": "pnpm -r run stub", "prepare": "pnpm -r run stub",
"release": "bumpp -r && pnpm -r publish" "release": "bumpp -r && pnpm -r publish"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "workspace:*", "@antfu/eslint-config": "workspace:*",
"bumpp": "^9.0.0", "bumpp": "^9.1.0",
"eslint": "^8.37.0", "eslint": "^8.41.0",
"eslint-plugin-antfu": "workspace:*", "eslint-plugin-antfu": "link:./packages/eslint-plugin-antfu",
"rimraf": "^4.4.1", "rimraf": "^5.0.1",
"typescript": "^5.0.2" "typescript": "^5.0.4"
} }
} }

View File

@@ -42,6 +42,8 @@ module.exports = {
'!.github', '!.github',
'!.vitepress', '!.vitepress',
'!.vscode', '!.vscode',
// force exclude
'.vitepress/cache',
], ],
plugins: [ plugins: [
'html', 'html',
@@ -57,7 +59,7 @@ module.exports = {
}, },
overrides: [ overrides: [
{ {
files: ['*.json', '*.json5'], files: ['*.json', '*.json5', '*.jsonc'],
parser: 'jsonc-eslint-parser', parser: 'jsonc-eslint-parser',
rules: { rules: {
'jsonc/array-bracket-spacing': ['error', 'never'], 'jsonc/array-bracket-spacing': ['error', 'never'],
@@ -154,9 +156,10 @@ module.exports = {
}, },
}, },
{ {
files: ['*.js', '*.cjs'], files: ['*.js', '*.cjs', '*.jsx'],
rules: { rules: {
'@typescript-eslint/no-var-requires': 'off', '@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-require-imports': 'off',
}, },
}, },
{ {
@@ -188,6 +191,8 @@ module.exports = {
'@typescript-eslint/no-var-requires': 'off', '@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/comma-dangle': 'off', '@typescript-eslint/comma-dangle': 'off',
'@typescript-eslint/consistent-type-imports': 'off', '@typescript-eslint/consistent-type-imports': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-require-imports': 'off',
'import/no-unresolved': 'off', 'import/no-unresolved': 'off',
'unused-imports/no-unused-imports': 'off', 'unused-imports/no-unused-imports': 'off',
'unused-imports/no-unused-vars': 'off', 'unused-imports/no-unused-vars': 'off',
@@ -197,6 +202,8 @@ module.exports = {
'no-undef': 'off', 'no-undef': 'off',
'no-unused-expressions': 'off', 'no-unused-expressions': 'off',
'no-unused-vars': 'off', 'no-unused-vars': 'off',
'antfu/no-cjs-exports': 'off',
'antfu/no-ts-export-equal': 'off',
}, },
}, },
], ],
@@ -207,6 +214,7 @@ module.exports = {
'import/no-mutable-exports': 'error', 'import/no-mutable-exports': 'error',
'import/no-unresolved': 'off', 'import/no-unresolved': 'off',
'import/no-absolute-path': 'off', 'import/no-absolute-path': 'off',
'import/newline-after-import': ['error', { count: 1, considerComments: true }],
// Common // Common
'semi': ['error', 'never'], 'semi': ['error', 'never'],
@@ -308,12 +316,18 @@ module.exports = {
'no-with': 'error', 'no-with': 'error',
'no-void': 'error', 'no-void': 'error',
'no-useless-escape': 'off', 'no-useless-escape': 'off',
'no-invalid-this': 'error',
'vars-on-top': 'error', 'vars-on-top': 'error',
'require-await': 'off', 'require-await': 'off',
'no-return-assign': 'off', 'no-return-assign': 'off',
'operator-linebreak': ['error', 'before'], 'operator-linebreak': ['error', 'before'],
'max-statements-per-line': ['error', { max: 1 }], 'max-statements-per-line': ['error', { max: 1 }],
// node
// 'n/prefer-global/process': ['error', 'never'], // Not sure if we need it as we are using `process.env.NODE_ENV` a lot in front-end.
'n/prefer-global/buffer': ['error', 'never'],
'n/no-callback-literal': 'off',
// unicorns // unicorns
// Pass error message when throwing errors // Pass error message when throwing errors
'unicorn/error-message': 'error', 'unicorn/error-message': 'error',
@@ -345,7 +359,6 @@ module.exports = {
'import/no-named-as-default-member': 'off', 'import/no-named-as-default-member': 'off',
'import/no-named-as-default': 'off', 'import/no-named-as-default': 'off',
'import/namespace': 'off', 'import/namespace': 'off',
'n/no-callback-literal': 'off',
'sort-imports': [ 'sort-imports': [
'error', 'error',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-basic", "name": "@antfu/eslint-config-basic",
"version": "0.38.1", "version": "0.39.3",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -23,18 +23,18 @@
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.7.0", "eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-markdown": "^3.0.0", "eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.7.0", "eslint-plugin-n": "^16.0.0",
"eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^46.0.0", "eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-yml": "^1.5.0", "eslint-plugin-yml": "^1.7.0",
"jsonc-eslint-parser": "^2.2.0", "jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.0" "yaml-eslint-parser": "^1.2.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.37.0" "eslint": "^8.41.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-react", "name": "@antfu/eslint-config-react",
"version": "0.38.1", "version": "0.39.3",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -24,8 +24,8 @@
"eslint-plugin-react-hooks": "^4.6.0" "eslint-plugin-react-hooks": "^4.6.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.37.0", "eslint": "^8.41.0",
"react": "^18.2.0", "react": "^18.2.0",
"typescript": "^5.0.2" "typescript": "^5.0.4"
} }
} }

View File

@@ -71,6 +71,7 @@ module.exports = {
'@typescript-eslint/consistent-type-imports': ['error', { prefer: 'type-imports', disallowTypeAnnotations: false }], '@typescript-eslint/consistent-type-imports': ['error', { prefer: 'type-imports', disallowTypeAnnotations: false }],
'@typescript-eslint/consistent-type-definitions': ['error', 'interface'], '@typescript-eslint/consistent-type-definitions': ['error', 'interface'],
'@typescript-eslint/prefer-ts-expect-error': 'error', '@typescript-eslint/prefer-ts-expect-error': 'error',
'@typescript-eslint/no-require-imports': 'error',
// Override JS // Override JS
'no-useless-constructor': 'off', 'no-useless-constructor': 'off',
@@ -113,6 +114,8 @@ module.exports = {
], ],
offsetTernaryExpressions: true, offsetTernaryExpressions: true,
}], }],
'no-invalid-this': 'off',
'@typescript-eslint/no-invalid-this': 'error',
'no-redeclare': 'off', 'no-redeclare': 'off',
'@typescript-eslint/no-redeclare': 'error', '@typescript-eslint/no-redeclare': 'error',
'no-use-before-define': 'off', 'no-use-before-define': 'off',
@@ -155,6 +158,8 @@ module.exports = {
// antfu // antfu
'antfu/generic-spacing': 'error', 'antfu/generic-spacing': 'error',
'antfu/no-cjs-exports': 'error',
'antfu/no-ts-export-equal': 'error',
// off // off
'@typescript-eslint/consistent-indexed-object-style': 'off', '@typescript-eslint/consistent-indexed-object-style': 'off',
@@ -169,7 +174,6 @@ module.exports = {
'@typescript-eslint/no-non-null-assertion': 'off', '@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off', '@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/ban-types': 'off', '@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/triple-slash-reference': 'off', '@typescript-eslint/triple-slash-reference': 'off',
// handled by unused-imports/no-unused-imports // handled by unused-imports/no-unused-imports
'@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': 'off',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-ts", "name": "@antfu/eslint-config-ts",
"version": "0.38.1", "version": "0.39.3",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -18,11 +18,11 @@
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config-basic": "workspace:*", "@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.57.0", "@typescript-eslint/parser": "^5.59.7",
"eslint-plugin-jest": "^27.2.1" "eslint-plugin-jest": "^27.2.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.37.0" "eslint": "^8.41.0"
} }
} }

View File

@@ -36,6 +36,7 @@ module.exports = {
'vue/multi-word-component-names': 'off', 'vue/multi-word-component-names': 'off',
'vue/prefer-import-from-vue': 'off', 'vue/prefer-import-from-vue': 'off',
'vue/no-v-text-v-html-on-component': 'off', 'vue/no-v-text-v-html-on-component': 'off',
'vue/no-dupe-keys': 'off',
// reactivity transform // reactivity transform
'vue/no-setup-props-destructure': 'off', 'vue/no-setup-props-destructure': 'off',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-vue", "name": "@antfu/eslint-config-vue",
"version": "0.38.1", "version": "0.39.3",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -17,10 +17,10 @@
"dependencies": { "dependencies": {
"@antfu/eslint-config-basic": "workspace:*", "@antfu/eslint-config-basic": "workspace:*",
"@antfu/eslint-config-ts": "workspace:*", "@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue": "^9.14.0",
"local-pkg": "^0.4.3" "local-pkg": "^0.4.3"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.37.0" "eslint": "^8.41.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config", "name": "@antfu/eslint-config",
"version": "0.38.1", "version": "0.39.3",
"description": "Anthony's ESLint config", "description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -17,21 +17,21 @@
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config-vue": "workspace:*", "@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.57.0", "@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.57.0", "@typescript-eslint/parser": "^5.59.7",
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.7.0", "eslint-plugin-jsonc": "^2.8.0",
"eslint-plugin-n": "^15.7.0", "eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^46.0.0", "eslint-plugin-unicorn": "^47.0.0",
"eslint-plugin-vue": "^9.10.0", "eslint-plugin-vue": "^9.14.0",
"eslint-plugin-yml": "^1.5.0", "eslint-plugin-yml": "^1.7.0",
"jsonc-eslint-parser": "^2.2.0", "jsonc-eslint-parser": "^2.3.0",
"yaml-eslint-parser": "^1.2.0" "yaml-eslint-parser": "^1.2.2"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.37.0" "eslint": "^8.41.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "eslint-plugin-antfu", "name": "eslint-plugin-antfu",
"version": "0.38.1", "version": "0.39.3",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/antfu/eslint-config", "homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
@@ -16,11 +16,11 @@
"prepublishOnly": "nr build" "prepublishOnly": "nr build"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^5.57.0" "@typescript-eslint/utils": "^5.59.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.15.11", "@types/node": "^20.2.3",
"unbuild": "^1.1.2", "unbuild": "^1.2.1",
"vitest": "^0.29.8" "vitest": "^0.31.1"
} }
} }

View File

@@ -3,6 +3,8 @@ import ifNewline from './rules/if-newline'
import importDedupe from './rules/import-dedupe' import importDedupe from './rules/import-dedupe'
import preferInlineTypeImport from './rules/prefer-inline-type-import' import preferInlineTypeImport from './rules/prefer-inline-type-import'
import topLevelFunction from './rules/top-level-function' import topLevelFunction from './rules/top-level-function'
import noTsExportEqual from './rules/no-ts-export-equal'
import noCjsExports from './rules/no-cjs-exports'
export default { export default {
rules: { rules: {
@@ -11,5 +13,7 @@ export default {
'prefer-inline-type-import': preferInlineTypeImport, 'prefer-inline-type-import': preferInlineTypeImport,
'generic-spacing': genericSpacing, 'generic-spacing': genericSpacing,
'top-level-function': topLevelFunction, 'top-level-function': topLevelFunction,
'no-cjs-exports': noCjsExports,
'no-ts-export-equal': noTsExportEqual,
}, },
} }

View File

@@ -0,0 +1,28 @@
import { RuleTester } from '@typescript-eslint/utils/dist/ts-eslint'
import { it } from 'vitest'
import rule, { RULE_NAME } from './no-cjs-exports'
const valids = [
{ code: 'export = {}', filename: 'test.ts' },
{ code: 'exports.a = {}', filename: 'test.js' },
{ code: 'module.exports.a = {}', filename: 'test.js' },
]
const invalids = [
{ code: 'exports.a = {}', filename: 'test.ts' },
{ code: 'module.exports.a = {}', filename: 'test.ts' },
]
it('runs', () => {
const ruleTester: RuleTester = new RuleTester({
parser: require.resolve('@typescript-eslint/parser'),
})
ruleTester.run(RULE_NAME, rule, {
valid: valids,
invalid: invalids.map(i => ({
...i,
errors: [{ messageId: 'noCjsExports' }],
})),
})
})

View File

@@ -0,0 +1,41 @@
import { createEslintRule } from '../utils'
export const RULE_NAME = 'no-cjs-exports'
export type MessageIds = 'noCjsExports'
export type Options = []
export default createEslintRule<Options, MessageIds>({
name: RULE_NAME,
meta: {
type: 'problem',
docs: {
description: 'Do not use CJS exports',
recommended: false,
},
schema: [],
messages: {
noCjsExports: 'Use ESM export instead',
},
},
defaultOptions: [],
create: (context) => {
const extension = context.getFilename().split('.').pop()
if (!['ts', 'tsx', 'mts', 'cts'].includes(extension))
return {}
return {
'MemberExpression[object.name="exports"]': function (node) {
context.report({
node,
messageId: 'noCjsExports',
})
},
'MemberExpression[object.name="module"][property.name="exports"]': function (node) {
context.report({
node,
messageId: 'noCjsExports',
})
},
}
},
})

View File

@@ -0,0 +1,26 @@
import { RuleTester } from '@typescript-eslint/utils/dist/ts-eslint'
import { it } from 'vitest'
import rule, { RULE_NAME } from './no-ts-export-equal'
const valids = [
{ code: 'export default {}', filename: 'test.ts' },
{ code: 'export = {}', filename: 'test.js' },
]
const invalids = [
{ code: 'export = {}', filename: 'test.ts' },
]
it('runs', () => {
const ruleTester: RuleTester = new RuleTester({
parser: require.resolve('@typescript-eslint/parser'),
})
ruleTester.run(RULE_NAME, rule, {
valid: valids,
invalid: invalids.map(i => ({
...i,
errors: [{ messageId: 'noTsExportEqual' }],
})),
})
})

View File

@@ -0,0 +1,35 @@
import { createEslintRule } from '../utils'
export const RULE_NAME = 'no-ts-export-equal'
export type MessageIds = 'noTsExportEqual'
export type Options = []
export default createEslintRule<Options, MessageIds>({
name: RULE_NAME,
meta: {
type: 'problem',
docs: {
description: 'Do not use `exports =`',
recommended: false,
},
schema: [],
messages: {
noTsExportEqual: 'Use ESM `export default` instead',
},
},
defaultOptions: [],
create: (context) => {
const extension = context.getFilename().split('.').pop()
if (!['ts', 'tsx', 'mts', 'cts'].includes(extension))
return {}
return {
TSExportAssignment(node) {
context.report({
node,
messageId: 'noTsExportEqual',
})
},
}
},
})

View File

@@ -17,28 +17,37 @@ const valids = [
// allow export default // allow export default
'export default () => {}', 'export default () => {}',
'export default defineConfig(() => {})', 'export default defineConfig(() => {})',
// allow one-line arrow function
'const foo = (x, y) => x + y',
'const foo = async (x, y) => x + y',
'const foo = () => String(123)',
'const foo = () => ({})',
] ]
const invalids = [ const invalids = [
[
'const foo = (x, y) => \nx + y',
'function foo (x, y) {\n return x + y\n}',
],
[ [
'const foo = (as: string, bar: number) => { return as + bar }', 'const foo = (as: string, bar: number) => { return as + bar }',
'function foo (as: string, bar: number) { return as + bar }', 'function foo (as: string, bar: number) { return as + bar }',
], ],
[ [
'const foo = <K, T extends Boolean>(as: string, bar: number): Omit<T, K> => as + bar', 'const foo = <K, T extends Boolean>(as: string, bar: number): Omit<T, K> => \nas + bar',
'function foo <K, T extends Boolean>(as: string, bar: number): Omit<T, K> { return as + bar }', 'function foo <K, T extends Boolean>(as: string, bar: number): Omit<T, K> {\n return as + bar\n}',
], ],
[ [
'export const foo = () => {}', 'export const foo = () => {}',
'export function foo () {}', 'export function foo () {}',
], ],
[ [
'export const foo = () => ({})', 'export const foo = () => \n({})',
'export function foo () { return {} }', 'export function foo () {\n return {}\n}',
], ],
[ [
'export const foo = async () => ({})', 'export const foo = async () => \n({})',
'export async function foo () { return {} }', 'export async function foo () {\n return {}\n}',
], ],
] ]

View File

@@ -40,6 +40,11 @@ export default createEslintRule<Options, MessageIds>({
return return
if (declaration.id.typeAnnotation) if (declaration.id.typeAnnotation)
return return
if (
declaration.init.body.type !== 'BlockStatement'
&& declaration.id?.loc.start.line === declaration.init?.body.loc.end.line
)
return
const arrowFn = declaration.init const arrowFn = declaration.init
const body = declaration.init.body const body = declaration.init.body
@@ -48,8 +53,8 @@ export default createEslintRule<Options, MessageIds>({
context.report({ context.report({
node, node,
loc: { loc: {
start: node.loc.start, start: id.loc.start,
end: node.loc.end, end: body.loc.start,
}, },
messageId: 'topLevelFunctionDeclaration', messageId: 'topLevelFunctionDeclaration',
fix(fixer) { fix(fixer) {
@@ -60,7 +65,7 @@ export default createEslintRule<Options, MessageIds>({
: '' : ''
const textBody = body.type === 'BlockStatement' const textBody = body.type === 'BlockStatement'
? code.slice(body.range[0], body.range[1]) ? code.slice(body.range[0], body.range[1])
: `{ return ${code.slice(body.range[0], body.range[1])} }` : `{\n return ${code.slice(body.range[0], body.range[1])}\n}`
const textGeneric = arrowFn.typeParameters const textGeneric = arrowFn.typeParameters
? code.slice(arrowFn.typeParameters.range[0], arrowFn.typeParameters.range[1]) ? code.slice(arrowFn.typeParameters.range[0], arrowFn.typeParameters.range[1])
: '' : ''

1318
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff