Skip to content

Commit

Permalink
Merge pull request #3 from buildertrend/transition-repo
Browse files Browse the repository at this point in the history
Transition the repo to Buildertrend ownership
  • Loading branch information
C-Hess authored May 15, 2021
2 parents 7c1831b + 5a68e85 commit b590eb5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@c-hess/eslint-plugin-enterprise-extras",
"name": "eslint-plugin-enterprise-extras",
"description": "Extra eslint rules for enterprise environments focusing on React and Typescript",
"version": "1.1.0",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/C-Hess/eslint-plugin-enterprise-extras.git"
"url": "git+https://github.com/buildertrend/eslint-plugin-enterprise-extras.git"
},
"keywords": [
"eslint",
Expand All @@ -45,7 +45,7 @@
"author": "Cameron Hessler",
"license": "MIT",
"bugs": {
"url": "https://github.com/C-Hess/eslint-plugin-enterprise-extras/issues"
"url": "https://github.com/buildertrend/eslint-plugin-enterprise-extras/issues"
},
"homepage": "https://github.com/C-Hess/eslint-plugin-enterprise-extras#readme"
"homepage": "https://github.com/buildertrend/eslint-plugin-enterprise-extras#readme"
}
2 changes: 1 addition & 1 deletion src/rules/no-href-assignment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const isWindowLocationType = (type: Type) => {

export default ESLintUtils.RuleCreator(
(name) =>
`https://github.com/C-Hess/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
`https://github.com/buildertrend/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
)<Options, MessageIds>({
name: "no-href-assignment",
meta: {
Expand Down
2 changes: 1 addition & 1 deletion src/rules/no-unhandled-scheduling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const globalVarRegex = /window|global/;

export default ESLintUtils.RuleCreator(
(name) =>
`https://github.com/C-Hess/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
`https://github.com/buildertrend/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
)<Options, MessageIds>({
name: "no-unhandled-scheduling",
meta: {
Expand Down
2 changes: 1 addition & 1 deletion src/rules/private-component-methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const isLifecycleMethod = (

export default ESLintUtils.RuleCreator(
(name) =>
`https://github.com/C-Hess/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
`https://github.com/buildertrend/eslint-plugin-enterprise-extras/blob/main/docs/${name}.md`
)<Options, MessageIds>({
name: "private-component-methods",
meta: {
Expand Down

0 comments on commit b590eb5

Please sign in to comment.