Skip to content

Commit

Permalink
Updated README.md and package.json with new ruleset and author inform…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ryota-murakami committed Oct 25, 2023
1 parent 1d871b2 commit 1f2815d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

![npm](https://img.shields.io/npm/dm/eslint-config-ts-prefixer)

<p>ESLint rule set that integrated <a href="https://prettier.io/">prettier</a> as one of ESLint rule and specialized <a href="https://eslint.org/docs/latest/user-guide/command-line-interface#--fix">fixable</a> rule set :-)</p>
<p>Ruleset of meaningful Lint rules on runtime and beautiful formatters. (<a href="https://prettier.io/">prettier</a> & <a href="https://www.npmjs.com/package/eslint-plugin-import">eslint-plugin-import</a> & <a href="https://github.com/hugoattal/eslint-plugin-sort-keys-custom-order">eslint-plugin-sort-keys-custom-order</a>)
</div>

---
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "eslint-config-ts-prefixer",
"author": "Ryota Murakami <dojce1048@gmail.com> (https://ryota-murakami.github.io/)",
"license": "MIT",
"version": "1.9.3",
"description": "Make Your Linter as Close to Prettier as Possible.",
"description": "Ruleset of meaningful Lint rules on runtime and beautiful formatters. (prettier & eslint-plugin-import & eslint-plugin-sort-keys-custom-order)",
"type": "module",
"bin": "./bin/cli.mjs",
"exports": "./index.cjs",
Expand All @@ -16,8 +18,6 @@
"type": "git",
"url": "https://github.com/laststance/eslint-config-ts-prefixer"
},
"author": "Ryota Murakami <dojce1048@gmail.com> (https://ryota-murakami.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/laststance/eslint-config-ts-prefixer/issues"
},
Expand Down

0 comments on commit 1f2815d

Please sign in to comment.