-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add Sponsors and Backers sections
- Loading branch information
Showing
11 changed files
with
907 additions
and
600 deletions.
There are no files selected for viewing
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,2 +1,11 @@ | ||
github: [JounQin] | ||
github: | ||
- JounQin | ||
- 1stG | ||
- rxts | ||
- unts | ||
patreon: 1stG | ||
open_collective: unified | ||
custom: | ||
- https://opencollective.com/1stG | ||
- https://opencollective.com/rxts | ||
- https://opencollective.com/unts |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"version": "0.0.0", | ||
"description": "ESLint Parser/Plugin for MDX", | ||
"repository": "git+https://github.com/mdx-js/eslint-mdx.git", | ||
"author": "JounQin <[email protected]>", | ||
"author": "JounQin (https://www.1stG.me) <[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"workspaces": [ | ||
|
@@ -26,8 +26,8 @@ | |
"typecov": "type-coverage" | ||
}, | ||
"devDependencies": { | ||
"@1stg/lib-config": "^6.4.0", | ||
"@types/eslint": "^8.4.3", | ||
"@1stg/lib-config": "^7.2.2", | ||
"@types/eslint": "^8.4.5", | ||
"@types/eslint-plugin-markdown": "^2.0.0", | ||
"@types/jest": "^28.1.4", | ||
"@types/node": "^18.0.0", | ||
|
@@ -51,6 +51,7 @@ | |
}, | ||
"eslintIgnore": [ | ||
"coverage", | ||
"dist", | ||
"fixtures", | ||
"lib", | ||
"CHANGELOG.md", | ||
|
@@ -62,7 +63,6 @@ | |
"<rootDir>/node_modules/eslint/lib/linter/linter.js" | ||
], | ||
"moduleNameMapper": { | ||
"^eslint/use-at-your-own-risk$": "<rootDir>/node_modules/eslint/lib/unsupported-api.js", | ||
"^eslint-mdx$": "<rootDir>/packages/eslint-mdx/src", | ||
"^eslint-plugin-mdx$": "<rootDir>/packages/eslint-plugin-mdx/src" | ||
}, | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "JounQin <[email protected]>", | ||
"author": "JounQin (https://www.1stG.me) <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.20" | ||
|
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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"type": "opencollective", | ||
"url": "https://opencollective.com/unified" | ||
}, | ||
"author": "JounQin <[email protected]>", | ||
"author": "JounQin (https://www.1stG.me) <[email protected]>", | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=12.20" | ||
|
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
diff --git a/node_modules/@1stg/eslint-config/overrides.js b/node_modules/@1stg/eslint-config/overrides.js | ||
index 2697512..f6db0b7 100644 | ||
--- a/node_modules/@1stg/eslint-config/overrides.js | ||
+++ b/node_modules/@1stg/eslint-config/overrides.js | ||
@@ -503,7 +503,7 @@ exports.json = { | ||
], | ||
extends: [ | ||
// eslint-disable-next-line sonarjs/no-duplicate-string | ||
- 'plugin:jsonc/auto-config', | ||
+ // 'plugin:jsonc/auto-config', | ||
'plugin:jsonc/recommended-with-json', | ||
// eslint-disable-next-line sonarjs/no-duplicate-string | ||
'plugin:json-schema-validator/recommended', | ||
@@ -522,7 +522,7 @@ exports.jsonc = { | ||
'tsconfig.*.json', | ||
], | ||
extends: [ | ||
- 'plugin:jsonc/auto-config', | ||
+ // 'plugin:jsonc/auto-config', | ||
'plugin:jsonc/recommended-with-jsonc', | ||
'plugin:json-schema-validator/recommended', | ||
'plugin:jsonc/prettier', | ||
@@ -532,7 +532,7 @@ exports.jsonc = { | ||
exports.json5 = { | ||
files: '*.json5', | ||
extends: [ | ||
- 'plugin:jsonc/auto-config', | ||
+ // 'plugin:jsonc/auto-config', | ||
'plugin:jsonc/recommended-with-json5', | ||
'plugin:json-schema-validator/recommended', | ||
'plugin:jsonc/prettier', |
Oops, something went wrong.