Skip to content

Commit d557bda

Browse files
authored
chore: bump (dev)Dependencies, add FUNDING.yml (#113)
1 parent 2ba3e98 commit d557bda

File tree

5 files changed

+251
-210
lines changed

5 files changed

+251
-210
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tsNode.register({
1010

1111
module.exports = {
1212
root: true,
13-
extends: ['@1stg/eslint-config/recommended'],
13+
extends: ['@1stg'],
1414
rules: {
1515
'@typescript-eslint/no-unnecessary-condition': 0,
1616
'@typescript-eslint/unbound-method': 0, // See https://github.com/typescript-eslint/typescript-eslint/issues/636

.github/FUNDING.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github: [JounQin]
2+
open_collective: unified

.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "@rxts/eslint-mdx",
2+
"name": "@mdx-js/eslint",
33
"version": "0.0.0",
44
"description": "ESLint Parser/Plugin for MDX",
5-
"repository": "git@github.com:rx-ts/eslint-mdx.git",
5+
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
66
"author": "JounQin <[email protected]>",
77
"license": "MIT",
88
"private": true,
@@ -28,8 +28,8 @@
2828
"@1stg/tslint-config": "^0.5.7",
2929
"@types/eslint": "^6.1.3",
3030
"@types/jest": "^24.0.23",
31-
"@types/node": "^12.12.14",
32-
"@types/react": "^16.9.13",
31+
"@types/node": "^12.12.16",
32+
"@types/react": "^16.9.16",
3333
"@types/rebass": "^4.0.3",
3434
"@types/unist": "^2.0.3",
3535
"cosmiconfig": "^6.0.0",
@@ -44,9 +44,10 @@
4444
"type-coverage": "^2.3.1"
4545
},
4646
"resolutions": {
47-
"@babel/core": "^7.7.4",
47+
"@babel/core": "^7.7.5",
48+
"@babel/preset-env": "^7.7.6",
4849
"eslint-plugin-prettier": "^3.1.1",
49-
"typescript": "^3.7.2"
50+
"typescript": "^3.7.3"
5051
},
5152
"commitlint": {
5253
"extends": [

0 commit comments

Comments
 (0)