Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
},
],
}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!--
[![Greenkeeper badge](https://badges.greenkeeper.io/ota-meshi/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/future-architect/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
-->

## Features
Expand All @@ -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/).

<!--DOCS_IGNORE_START-->

## 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/).

<!--DOCS_IGNORE_END-->

Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/components/components/SnsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
<div class="sns">
<a
class="github-button"
href="https://github.com/ota-meshi/eslint-plugin-vue-scoped-css"
href="https://github.com/future-architect/eslint-plugin-vue-scoped-css"
data-show-count="true"
aria-label="Star ota-meshi/eslint-plugin-vue-scoped-css on GitHub"
aria-label="Star future-architect/eslint-plugin-vue-scoped-css on GitHub"
>Star</a
>
<a
href="https://twitter.com/share"
class="twitter-share-button"
data-url="https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/"
data-url="https://future-architect.github.io/eslint-plugin-vue-scoped-css/"
>Tweet</a
>
<div
class="fb-like"
data-href="https://ota-meshi.github.io/eslint-plugin-vue-scoped-css/"
data-href="https://future-architect.github.io/eslint-plugin-vue-scoped-css/"
data-layout="button_count"
data-action="like"
data-size="small"
Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ module.exports = {
],
themeConfig: {
// logo: "/logo.svg",
repo: "ota-meshi/eslint-plugin-vue-scoped-css",
docsRepo: "ota-meshi/eslint-plugin-vue-scoped-css",
repo: "future-architect/eslint-plugin-vue-scoped-css",
docsRepo: "future-architect/eslint-plugin-vue-scoped-css",
docsDir: "docs",
docsBranch: "master",
editLinks: true,
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!--
[![Greenkeeper badge](https://badges.greenkeeper.io/ota-meshi/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
[![Greenkeeper badge](https://badges.greenkeeper.io/future-architect/eslint-plugin-vue-scoped-css.svg)](https://greenkeeper.io/)
-->

## Features
Expand Down
2 changes: 1 addition & 1 deletion docs/playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ pageClass: "playground"

<playground-block>

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/)!!

</playground-block>
4 changes: 2 additions & 2 deletions docs/rules/no-parsing-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ This rule reports syntax errors in `<style>`.

## Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-parsing-error.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-parsing-error.js)
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-parsing-error.ts)
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-parsing-error.js)
4 changes: 2 additions & 2 deletions docs/rules/no-unused-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ This is a limitation of this rule. Without this limitation, the root element can

## Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-unused-selector.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-unused-selector.js)
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/no-unused-selector.ts)
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/no-unused-selector.js)
4 changes: 2 additions & 2 deletions docs/rules/require-scoped.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ This rule reports the `<style>` tags missing the `scoped` attribute.

## Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-scoped.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-scoped.js)
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-scoped.ts)
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-scoped.js)
4 changes: 2 additions & 2 deletions docs/rules/require-selector-used-inside.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ div {}

## Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-selector-used-inside.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-selector-used-inside.js)
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/require-selector-used-inside.ts)
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/require-selector-used-inside.js)
2 changes: 1 addition & 1 deletion lib/rules/no-parsing-error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-parsing-error.ts.md",
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-parsing-error.ts.md",
},
fixable: null,
messages: {},
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/no-unused-selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-unused-selector.ts.md",
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/no-unused-selector.ts.md",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/require-scoped.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
category: "recommended",
default: "warn",
url:
"https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-scoped.ts.md",
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-scoped.ts.md",
},
fixable: null,
messages: {
Expand Down
2 changes: 1 addition & 1 deletion lib/rules/require-selector-used-inside.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = {
category: undefined,
default: "warn",
url:
"https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-selector-used-inside.ts.md",
"https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/v0.0.0/docs/rules/require-selector-used-inside.ts.md",
},
fixable: null,
messages: {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-vue-scoped-css",
"version": "0.0.0",
"version": "0.0.1",
"description": "ESLint plugin for Scoped CSS in Vue.js",
"main": "dist/index.js",
"scripts": {
Expand All @@ -27,14 +27,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ota-meshi/eslint-plugin-vue-scoped-css.git"
"url": "git+https://github.com/future-architect/eslint-plugin-vue-scoped-css.git"
},
"author": "Yosuke Ota",
"license": "MIT",
"bugs": {
"url": "https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/issues"
"url": "https://github.com/future-architect/eslint-plugin-vue-scoped-css/issues"
},
"homepage": "https://github.com/ota-meshi/eslint-plugin-vue-scoped-css#readme",
"homepage": "https://github.com/future-architect/eslint-plugin-vue-scoped-css#readme",
"keywords": [
"eslint",
"eslintplugin",
Expand Down
4 changes: 2 additions & 2 deletions tools/update-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class DocFile {
const footerPattern = /## Implementation[\s\S]+$/u
const footer = `## Implementation

- [Rule source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/lib/rules/${ruleName}.ts)
- [Test source](https://github.com/ota-meshi/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/${ruleName}.js)
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/${ruleName}.ts)
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/${ruleName}.js)
`
if (footerPattern.test(this.content)) {
this.content = this.content.replace(footerPattern, footer)
Expand Down
2 changes: 1 addition & 1 deletion tools/update-readme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fs.writeFileSync(
"",
)
.replace(
/\(https:\/\/ota-meshi.github.io\/eslint-plugin-vue-scoped-css/gu,
/\(https:\/\/future-architect.github.io\/eslint-plugin-vue-scoped-css/gu,
"(.",
)
.replace(/\n\n\n+/gu, "\n\n"),
Expand Down