Skip to content

Commit

Permalink
README: add toc and allcontributors
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Jul 8, 2023
1 parent dba61b8 commit dbb9e79
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 6 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [eslint-config-ts-prefixer 🌈](#eslint-config-ts-prefixer-)
- [This config is:](#this-config-is)
- [Installation](#installation)
- [1. install necessary packages.](#1-install-necessary-packages)
- [2. Setup config files](#2-setup-config-files)
- [Bareborn Install](#bareborn-install)
- [1. install necessary packages.](#1-install-necessary-packages-1)
- [2. run `npx eslint-config-ts-prefixer barebone`](#2-run-npx-eslint-config-ts-prefixer-barebone)
- [LICENSE](#license)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

<div align="center">
<h1>eslint-config-ts-prefixer 🌈</h1>

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"bin": "./bin/cli.js",
"scripts": {
"lint": "eslint index.js",
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\""
"prettier": "prettier --write \"**/*.+(json|yml|css|md|mdx)\"",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
Expand All @@ -25,6 +27,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"all-contributors-cli": "^6.26.1",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
Expand Down
Loading

0 comments on commit dbb9e79

Please sign in to comment.