Skip to content

Commit

Permalink
README の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Jun 13, 2022
1 parent 777d862 commit 25d3d62
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@
## 対応言語と Linter/Formatter の一覧
- [Ruby](ruby/README.md)
- RuboCop
- [ECMAScript/TypeScript](ecmascript/README.md)
- ESLint
12 changes: 12 additions & 0 deletions ecmascript/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ECMAScript/TypeScript 用 Linter/Formatter 設定

## Linter/Formatter
- ESLint

### 設定ファイルのバリエーション
#### ESLint
- [ECMAScript Base](./packages/eslint-config/index.js)
- [TypeScript Base](./packages/eslint-config/typescript.js)

## 使い方
TODO
1 change: 1 addition & 0 deletions ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- RuboCop

### 設定ファイルのバリエーション
#### RuboCop
- [Base](./rubocop/config/base.yml)
- [Rails](./rubocop/config/rails.yml)
- [RSpec](./rubocop/config/rspec.yml)
Expand Down

0 comments on commit 25d3d62

Please sign in to comment.