Skip to content

Commit d3be40e

Browse files
authored
move repo (#7)
1 parent 8eaab38 commit d3be40e

17 files changed

+35
-35
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = {
3737
"@mysticatea/eslint-plugin/require-meta-docs-url": [
3838
"error",
3939
{
40-
pattern: `https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v${version}/docs/rules/{{name}}.md`,
40+
pattern: `https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v${version}/docs/rules/{{name}}.md`,
4141
},
4242
],
4343
}

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
[![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
1010
[![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
1111
[![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
12-
[![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)
13-
[![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)
12+
[![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)
13+
[![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)
1414
<!--
15-
[![Greenkeeper badge](https://badges.greenkeeper.io/ota-meshi/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
15+
[![Greenkeeper badge](https://badges.greenkeeper.io/future-architect/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
1616
-->
1717

1818
## Features
@@ -22,13 +22,13 @@ This ESLint plugin provides linting rules specific to [Scoped CSS in Vue.js].
2222
- Enforce best practices for Scoped CSS.
2323
- Supports CSS and SCSS syntax.
2424

25-
You can check on the [Online DEMO](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/playground/).
25+
You can check on the [Online DEMO](https://future-architect.github.io/eslint-plugin-vue-scoped-css/playground/).
2626

2727
<!--DOCS_IGNORE_START-->
2828

2929
## Documentation
3030

31-
See [documents](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/).
31+
See [documents](https://future-architect.github.io/eslint-plugin-vue-scoped-css/).
3232

3333
<!--DOCS_IGNORE_END-->
3434

docs/.vuepress/components/components/SnsBar.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
<div class="sns">
44
<a
55
class="github-button"
6-
href="https://github.com/ota-meshi/eslint-plugin-vue-scoped-css"
6+
href="https://github.com/future-architect/eslint-plugin-vue-scoped-css"
77
data-show-count="true"
8-
aria-label="Star ota-meshi/eslint-plugin-vue-scoped-css on GitHub"
8+
aria-label="Star future-architect/eslint-plugin-vue-scoped-css on GitHub"
99
>Star</a
1010
>
1111
<a
1212
href="https://twitter.com/share"
1313
class="twitter-share-button"
14-
data-url="https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/"
14+
data-url="https://future-architect.github.io/eslint-plugin-vue-scoped-css/"
1515
>Tweet</a
1616
>
1717
<div
1818
class="fb-like"
19-
data-href="https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/"
19+
data-href="https://future-architect.github.io/eslint-plugin-vue-scoped-css/"
2020
data-layout="button_count"
2121
data-action="like"
2222
data-size="small"

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ module.exports = {
5353
],
5454
themeConfig: {
5555
// logo: "/logo.svg",
56-
repo: "ota-meshi/eslint-plugin-vue-scoped-css",
57-
docsRepo: "ota-meshi/eslint-plugin-vue-scoped-css",
56+
repo: "future-architect/eslint-plugin-vue-scoped-css",
57+
docsRepo: "future-architect/eslint-plugin-vue-scoped-css",
5858
docsDir: "docs",
5959
docsBranch: "master",
6060
editLinks: true,

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
[![NPM downloads](https://img.shields.io/npm/dm/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
1010
[![NPM downloads](https://img.shields.io/npm/dy/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
1111
[![NPM downloads](https://img.shields.io/npm/dt/eslint-plugin-vue-scoped-css.svg)](http://www.npmtrends.com/eslint-plugin-vue-scoped-css)
12-
[![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)
13-
[![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)
12+
[![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)
13+
[![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)
1414
<!--
15-
[![Greenkeeper badge](https://badges.greenkeeper.io/ota-meshi/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
15+
[![Greenkeeper badge](https://badges.greenkeeper.io/future-architect/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
1616
-->
1717

1818
## Features

docs/playground/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ pageClass: "playground"
66

77
<playground-block>
88

9-
The playground is [here](https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/playground/)!!
9+
The playground is [here](https://future-architect.github.io/eslint-plugin-vue-scoped-css/playground/)!!
1010

1111
</playground-block>

docs/rules/no-parsing-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ This rule reports syntax errors in `<style>`.
2929

3030
## Implementation
3131

32-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-parsing-error.ts)
33-
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-parsing-error.js)
32+
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-parsing-error.ts)
33+
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-parsing-error.js)

docs/rules/no-unused-selector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ This is a limitation of this rule. Without this limitation, the root element can
121121

122122
## Implementation
123123

124-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-unused-selector.ts)
125-
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-unused-selector.js)
124+
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-unused-selector.ts)
125+
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-unused-selector.js)

docs/rules/require-scoped.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ This rule reports the `<style>` tags missing the `scoped` attribute.
3939

4040
## Implementation
4141

42-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-scoped.ts)
43-
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-scoped.js)
42+
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-scoped.ts)
43+
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-scoped.js)

docs/rules/require-selector-used-inside.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ div {}
7070

7171
## Implementation
7272

73-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-selector-used-inside.ts)
74-
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-selector-used-inside.js)
73+
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-selector-used-inside.ts)
74+
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-selector-used-inside.js)

0 commit comments

Comments
 (0)