From 052df56ee267d21cfeb1ecb438536ded0da888a3 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Fri, 15 Nov 2019 18:33:00 +0900 Subject: [PATCH] move repo --- .eslintrc.js | 2 +- README.md | 10 +++++----- docs/.vuepress/components/components/SnsBar.vue | 8 ++++---- docs/.vuepress/config.js | 4 ++-- docs/README.md | 6 +++--- docs/playground/README.md | 2 +- docs/rules/no-parsing-error.md | 4 ++-- docs/rules/no-unused-selector.md | 4 ++-- docs/rules/require-scoped.md | 4 ++-- docs/rules/require-selector-used-inside.md | 4 ++-- lib/rules/no-parsing-error.ts | 2 +- lib/rules/no-unused-selector.ts | 2 +- lib/rules/require-scoped.ts | 2 +- lib/rules/require-selector-used-inside.ts | 2 +- package.json | 8 ++++---- tools/update-docs.ts | 4 ++-- tools/update-readme.ts | 2 +- 17 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index bacad10b..feeb7603 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,7 +37,7 @@ module.exports = { "@mysticatea/eslint-plugin/require-meta-docs-url": [ "error", { - pattern: `https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v${version}/docs/rules/{{name}}.md`, + pattern: `https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v${version}/docs/rules/{{name}}.md`, }, ], } diff --git a/README.md b/README.md index 66b1d14e..5bf6ba91 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ [![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) [![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) [![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css) -[![Build Status](https://travis-ci.com/ota-meshi/eslint-plugin-vue-scoped-css.svg?branch=master)](https://travis-ci.com/ota-meshi/eslint-plugin-vue-scoped-css) -[![Coverage Status](https://coveralls.io/repos/github/ota-meshi/eslint-plugin-vue-scoped-css/badge.svg?branch=dev)](https://coveralls.io/github/ota-meshi/eslint-plugin-vue-scoped-css?branch=dev) +[![Build Status](https://travis-ci.com/future-architect/eslint-plugin-vue-scoped-css.svg?branch=master)](https://travis-ci.com/future-architect/eslint-plugin-vue-scoped-css) +[![Coverage Status](https://coveralls.io/repos/github/future-architect/eslint-plugin-vue-scoped-css/badge.svg?branch=dev)](https://coveralls.io/github/future-architect/eslint-plugin-vue-scoped-css?branch=dev) ## Features @@ -22,13 +22,13 @@ This ESLint plugin provides linting rules specific to [Scoped CSS in Vue.js]. - Enforce best practices for Scoped CSS. - Supports CSS and SCSS syntax. -You can check on the [Online DEMO](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/playground/). +You can check on the [Online DEMO](https://future-architect.github.io/eslint-plugin-vue-scoped-css/playground/). ## Documentation -See [documents](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/). +See [documents](https://future-architect.github.io/eslint-plugin-vue-scoped-css/). diff --git a/docs/.vuepress/components/components/SnsBar.vue b/docs/.vuepress/components/components/SnsBar.vue index ab9b9c5f..30ea7567 100644 --- a/docs/.vuepress/components/components/SnsBar.vue +++ b/docs/.vuepress/components/components/SnsBar.vue @@ -3,20 +3,20 @@
Star
## Features diff --git a/docs/playground/README.md b/docs/playground/README.md index 37208f82..ef4bd6bc 100644 --- a/docs/playground/README.md +++ b/docs/playground/README.md @@ -6,6 +6,6 @@ pageClass: "playground" -The playground is [here](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/playground/)!! +The playground is [here](https://future-architect.github.io/eslint-plugin-vue-scoped-css/playground/)!! diff --git a/docs/rules/no-parsing-error.md b/docs/rules/no-parsing-error.md index 3089bfd9..9cbc5610 100644 --- a/docs/rules/no-parsing-error.md +++ b/docs/rules/no-parsing-error.md @@ -29,5 +29,5 @@ This rule reports syntax errors in `