File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33[ ![ npm version] ( https://img.shields.io/npm/v/vue-eslint-parser.svg )] ( https://www.npmjs.com/package/vue-eslint-parser )
44[ ![ Downloads/month] ( https://img.shields.io/npm/dm/vue-eslint-parser.svg )] ( http://www.npmtrends.com/vue-eslint-parser )
5- [ ![ Build Status] ( https://github.com/mysticatea /vue-eslint-parser/workflows/CI/badge.svg )] ( https://github.com/mysticatea /vue-eslint-parser/actions )
6- [ ![ Coverage Status] ( https://codecov.io/gh/mysticatea /vue-eslint-parser/branch/master/graph/badge.svg )] ( https://codecov.io/gh/mysticatea /vue-eslint-parser )
7- [ ![ Dependency Status] ( https://david-dm.org/mysticatea /vue-eslint-parser.svg )] ( https://david-dm.org/mysticatea /vue-eslint-parser )
5+ [ ![ Build Status] ( https://github.com/vuejs /vue-eslint-parser/workflows/CI/badge.svg )] ( https://github.com/vuejs /vue-eslint-parser/actions )
6+ [ ![ Coverage Status] ( https://codecov.io/gh/vuejs /vue-eslint-parser/branch/master/graph/badge.svg )] ( https://codecov.io/gh/vuejs /vue-eslint-parser )
7+ [ ![ Dependency Status] ( https://david-dm.org/vuejs /vue-eslint-parser.svg )] ( https://david-dm.org/vuejs /vue-eslint-parser )
88
99The ESLint custom parser for ` .vue ` files.
1010
@@ -114,7 +114,7 @@ Please disable those rules for `.vue` files as necessary.
114114
115115## 📰 Changelog
116116
117- - [ GitHub Releases] ( https://github.com/mysticatea /vue-eslint-parser/releases )
117+ - [ GitHub Releases] ( https://github.com/vuejs /vue-eslint-parser/releases )
118118
119119## 🍻 Contributing
120120
Original file line number Diff line number Diff line change 7474 },
7575 "repository" : {
7676 "type" : " git" ,
77- "url" : " git+https://github.com/mysticatea /vue-eslint-parser.git"
77+ "url" : " git+https://github.com/vuejs /vue-eslint-parser.git"
7878 },
7979 "keywords" : [],
8080 "author" : " Toru Nagashima" ,
8181 "license" : " MIT" ,
8282 "bugs" : {
83- "url" : " https://github.com/mysticatea /vue-eslint-parser/issues"
83+ "url" : " https://github.com/vuejs /vue-eslint-parser/issues"
8484 },
85- "homepage" : " https://github.com/mysticatea /vue-eslint-parser#readme" ,
85+ "homepage" : " https://github.com/vuejs /vue-eslint-parser#readme" ,
8686 "funding" : " https://github.com/sponsors/mysticatea"
8787}
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ describe("Basic tests", () => {
529529 } )
530530 } )
531531
532- describe ( "https://github.com/mysticatea /vue-eslint-parser/issues/21" , ( ) => {
532+ describe ( "https://github.com/vuejs /vue-eslint-parser/issues/21" , ( ) => {
533533 it ( "should make the correct location of decorators" , ( ) => {
534534 const code = fs . readFileSync (
535535 path . join ( FIXTURE_DIR , "issue21.vue" ) ,
You can’t perform that action at this time.
0 commit comments