Skip to content

Commit 1b389b7

Browse files
authored
chore: move repo (#37)
1 parent 059c268 commit 1b389b7

File tree

355 files changed

+533
-530
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+533
-530
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ overrides:
1515
rules:
1616
"eslint-plugin/require-meta-docs-url":
1717
- error
18-
- pattern: http://ota-meshi.github.io/eslint-plugin-es-x/rules/{{name}}.html
18+
- pattern: http://eslint-community.github.io/eslint-plugin-es-x/rules/{{name}}.html

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
github:
2+
- eslint
23
- ota-meshi
34
- mysticatea
5+
open_collective: eslint
6+
tidelift: "npm/eslint"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://img.shields.io/npm/v/eslint-plugin-es-x.svg)](https://www.npmjs.com/package/eslint-plugin-es-x)
44
[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-es-x.svg)](http://www.npmtrends.com/eslint-plugin-es-x)
5-
[![Build Status](https://github.com/ota-meshi/eslint-plugin-es-x/workflows/CI/badge.svg)](https://github.com/ota-meshi/eslint-plugin-es-x/actions)
5+
[![Build Status](https://github.com/eslint-community/eslint-plugin-es-x/workflows/CI/badge.svg)](https://github.com/eslint-community/eslint-plugin-es-x/actions)
66

77
ESLint plugin which disallows each ECMAScript syntax.
88

@@ -18,7 +18,7 @@ Plus, this plugin lets us disable each syntactic feature individually.
1818

1919
## 📖 Usage
2020

21-
See [documentation](https://ota-meshi.github.io/eslint-plugin-es-x/)
21+
See [documentation](https://eslint-community.github.io/eslint-plugin-es-x/)
2222

2323
## 🚥 Semantic Versioning Policy
2424

@@ -29,7 +29,7 @@ This plugin follows [semantic versioning](http://semver.org/) and [ESLint's sema
2929

3030
## 📰 Changelog
3131

32-
See [releases](https://github.com/ota-meshi/eslint-plugin-es-x/releases).
32+
See [releases](https://github.com/eslint-community/eslint-plugin-es-x/releases).
3333

3434
## ❤️ Contributing
3535

docs/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ module.exports = {
3636
},
3737

3838
themeConfig: {
39-
repo: "ota-meshi/eslint-plugin-es-x",
40-
docsRepo: "ota-meshi/eslint-plugin-es-x",
39+
repo: "eslint-community/eslint-plugin-es-x",
40+
docsRepo: "eslint-community/eslint-plugin-es-x",
4141
docsDir: "docs",
4242
docsBranch: "master",
4343
editLinks: true,

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![npm version](https://img.shields.io/npm/v/eslint-plugin-es-x.svg)](https://www.npmjs.com/package/eslint-plugin-es-x)
44
[![Downloads/month](https://img.shields.io/npm/dm/eslint-plugin-es-x.svg)](http://www.npmtrends.com/eslint-plugin-es-x)
5-
[![Build Status](https://github.com/ota-meshi/eslint-plugin-es-x/workflows/CI/badge.svg)](https://github.com/ota-meshi/eslint-plugin-es-x/actions)
5+
[![Build Status](https://github.com/eslint-community/eslint-plugin-es-x/workflows/CI/badge.svg)](https://github.com/eslint-community/eslint-plugin-es-x/actions)
66

77
ESLint rules which disallow each ECMAScript syntax.
88

docs/rules/no-accessor-properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ This rule was introduced in [eslint-plugin-es] v1.1.0.
3939

4040
## 📚 References
4141

42-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-accessor-properties.js)
43-
- [Test source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/tests/lib/rules/no-accessor-properties.js)
42+
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-accessor-properties.js)
43+
- [Test source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/tests/lib/rules/no-accessor-properties.js)

docs/rules/no-arbitrary-module-namespace-names.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ This rule was introduced in v5.0.0.
3232

3333
## 📚 References
3434

35-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-arbitrary-module-namespace-names.js)
36-
- [Test source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/tests/lib/rules/no-arbitrary-module-namespace-names.js)
35+
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-arbitrary-module-namespace-names.js)
36+
- [Test source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/tests/lib/rules/no-arbitrary-module-namespace-names.js)

docs/rules/no-array-from.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ This rule was introduced in [eslint-plugin-es] v1.2.0.
3232

3333
## 📚 References
3434

35-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-array-from.js)
36-
- [Test source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-from.js)
35+
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-array-from.js)
36+
- [Test source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-from.js)

docs/rules/no-array-isarray.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ This rule was introduced in [eslint-plugin-es] v3.0.0.
3232

3333
## 📚 References
3434

35-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-array-isarray.js)
36-
- [Test source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-isarray.js)
35+
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-array-isarray.js)
36+
- [Test source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-isarray.js)

docs/rules/no-array-of.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ This rule was introduced in [eslint-plugin-es] v1.2.0.
3232

3333
## 📚 References
3434

35-
- [Rule source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/lib/rules/no-array-of.js)
36-
- [Test source](https://github.com/ota-meshi/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-of.js)
35+
- [Rule source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/lib/rules/no-array-of.js)
36+
- [Test source](https://github.com/eslint-community/eslint-plugin-es-x/blob/master/tests/lib/rules/no-array-of.js)

0 commit comments

Comments
 (0)