File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.10.0" ,
4
4
"type" : " module" ,
5
5
"description" : " This plugin adds `TypeScript` support to `eslint-plugin-import`" ,
6
- "repository" : " git+ https://github.com/import-js/eslint-import-resolver-typescript" ,
6
+ "repository" : " https://github.com/import-js/eslint-import-resolver-typescript" ,
7
7
"author" : " Alex Gorbatchev <alex.gorbatchev@gmail.com>" ,
8
8
"contributors" : [
9
- " JounQin (https://www.1stG.me) <admin@1stg.me> "
9
+ " JounQin <admin@1stg.me> (https://www.1stG.me)"
10
10
],
11
- "funding" : " https://opencollective.com/unts/projects/ eslint-import-resolver-ts " ,
11
+ "funding" : " https://opencollective.com/eslint-import-resolver-typescript " ,
12
12
"license" : " ISC" ,
13
13
"packageManager" : " yarn@4.7.0" ,
14
14
"engines" : {
50
50
"lint:es" : " eslint . --cache" ,
51
51
"lint:tsc" : " tsc --noEmit" ,
52
52
"prepare" : " simple-git-hooks && yarn-berry-deduplicate || exit 0" ,
53
- "release" : " clean-pkg-json && changeset publish --tag v3.x " ,
53
+ "release" : " clean-pkg-json && changeset publish --tag release-v3 " ,
54
54
"test" : " run-p 'test:*'" ,
55
55
"test:dotInclude" : " yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \" !.dot\" " ,
56
56
"test:dotPaths" : " yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \" !.dot\" " ,
You can’t perform that action at this time.
0 commit comments