-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from thewlabs/develop
Update project branding and author details
- Loading branch information
Showing
12 changed files
with
1,597 additions
and
1,378 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Please refer to https://github.com/antfu/contribute | ||
Please refer to https://github.com/thewlabs/contribute |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
# eslint-plugin-antfu | ||
# eslint-plugin-thewlabs | ||
|
||
[![npm version][npm-version-src]][npm-version-href] | ||
[![npm downloads][npm-downloads-src]][npm-downloads-href] | ||
|
||
Anthony extended ESLint rules. For [antfu/eslint-config](https://github.com/antfu/eslint-config). | ||
thewlabs extended eslint rules. For [thewlabs/eslint-config](https://github.com/thewlabs/eslint-config-thewlabs). | ||
|
||
[Rules List](./src/rules) | ||
|
||
## Sponsors | ||
|
||
<p align="center"> | ||
<a href="https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg"> | ||
<img src='https://cdn.jsdelivr.net/gh/antfu/static/sponsors.svg'/> | ||
</a> | ||
</p> | ||
|
||
## License | ||
|
||
[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/antfu) | ||
[MIT](./LICENSE) License © 2023-PRESENT [Anthony Fu](https://github.com/thewlabs) | ||
|
||
<!-- Badges --> | ||
|
||
[npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-antfu?style=flat&colorA=080f12&colorB=1fa669 | ||
[npm-version-href]: https://npmjs.com/package/eslint-plugin-antfu | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-antfu?style=flat&colorA=080f12&colorB=1fa669 | ||
[npm-downloads-href]: https://npmjs.com/package/eslint-plugin-antfu | ||
[npm-version-src]: https://img.shields.io/npm/v/eslint-plugin-thewlabs?style=flat&colorA=080f12&colorB=1fa669 | ||
[npm-version-href]: https://npmjs.com/package/eslint-plugin-thewlabs | ||
[npm-downloads-src]: https://img.shields.io/npm/dm/eslint-plugin-thewlabs?style=flat&colorA=080f12&colorB=1fa669 | ||
[npm-downloads-href]: https://npmjs.com/package/eslint-plugin-thewlabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
{ | ||
"name": "eslint-plugin-antfu", | ||
"name": "eslint-plugin-thewlabs", | ||
"type": "module", | ||
"version": "2.3.6", | ||
"packageManager": "pnpm@9.8.0", | ||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1", | ||
"description": "Anthony extended ESLint rules", | ||
"author": "Anthony Fu <[email protected]>", | ||
"author": "Wilfried AGO <[email protected]> (https://github.com/wilfriedago)", | ||
"license": "MIT", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"homepage": "https://github.com/antfu/eslint-plugin-antfu#readme", | ||
"homepage": "https://github.com/thewlabs/eslint-plugin-thewlabs#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/antfu/eslint-plugin-antfu.git" | ||
"url": "git+https://github.com/thewlabs/eslint-plugin-thewlabs.git" | ||
}, | ||
"bugs": "https://github.com/antfu/eslint-plugin-antfu/issues", | ||
"bugs": "https://github.com/thewlabs/eslint-plugin-thewlabs/issues", | ||
"keywords": [], | ||
"sideEffects": false, | ||
"exports": { | ||
|
@@ -31,9 +30,9 @@ | |
"scripts": { | ||
"build": "unbuild", | ||
"dev": "unbuild --stub", | ||
"lint": "pnpm run dev && eslint .", | ||
"lint": "pnpm dev && eslint .", | ||
"prepublishOnly": "nr build", | ||
"release": "bumpp && npm publish", | ||
"release": "bumpp && pnpm publish", | ||
"start": "esno src/index.ts", | ||
"test": "vitest", | ||
"typecheck": "tsc --noEmit", | ||
|
@@ -46,8 +45,6 @@ | |
"@antfu/utils": "^0.7.10" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.27.0", | ||
"@antfu/ni": "^0.22.4", | ||
"@types/eslint": "^9.6.0", | ||
"@types/lodash.merge": "^4.6.9", | ||
"@types/node": "^22.5.0", | ||
|
@@ -56,7 +53,9 @@ | |
"@typescript-eslint/utils": "^8.2.0", | ||
"bumpp": "^9.5.1", | ||
"eslint": "^9.9.0", | ||
"eslint-config-thewlabs": "^2.27.5", | ||
"eslint-define-config": "^2.1.0", | ||
"eslint-plugin-thewlabs": "workspace:*", | ||
"eslint-vitest-rule-tester": "^0.6.1", | ||
"esno": "^4.7.0", | ||
"jsonc-eslint-parser": "^2.4.0", | ||
|
@@ -73,7 +72,7 @@ | |
"vitest": "^2.0.5" | ||
}, | ||
"resolutions": { | ||
"eslint-plugin-antfu": "workspace:*" | ||
"eslint-plugin-thewlabs": "workspace:*" | ||
}, | ||
"simple-git-hooks": { | ||
"pre-commit": "npx lint-staged" | ||
|
Oops, something went wrong.