Skip to content

Commit

Permalink
fix: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Sep 9, 2021
1 parent d101c46 commit f0dfe8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@js-soft/ts-linting",
"name": "@js-soft/eslint-config-ts",
"version": "1.0.0",
"description": "j&s-soft typescript linting rules",
"license": "MIT",
Expand All @@ -12,5 +12,11 @@
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint-config-google": "^0.14.0"
},
"peerDependencies": {
"eslint": ">= 3"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f0dfe8d

Please sign in to comment.