Skip to content

Commit

Permalink
docs: update README.md (#67)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update README.md

* docs: update README.md
  • Loading branch information
ren-yamanashi authored Dec 5, 2024
1 parent d09b260 commit 8589ccd
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
<p align="center">
<img width="160px" height="160px" src="./assets/logo.png" alt="ESLint plugin for AWS CDK logo">
</p>

<h1 align="center">eslint-cdk-plugin</h1>
<a href="https://eslint-cdk-plugin.dev/">
<h1 align="center">eslint-cdk-plugin</h1>
<p align="center">ESLint plugin for AWS CDK</p>
</a>
<p align="center">ESLint plugin for AWS CDK</p>

<p align="center">
<a href="https://www.npmjs.com/package/eslint-cdk-plugin"><img src="https://img.shields.io/npm/v/eslint-cdk-plugin.svg" alt="NPM"></a>
<a href="https://www.npmjs.com/package/eslint-cdk-plugin">
<img src="https://img.shields.io/npm/v/eslint-cdk-plugin.svg" alt="NPM">
</a>
</p>

## 📔 Documentation
Expand All @@ -29,7 +32,7 @@ pnpm install -D eslint-cdk-plugin

## 🚀 Usage

### Use recommended config
#### Use recommended config

```js
// eslint.config.mjs
Expand All @@ -46,7 +49,7 @@ export default [
];
```

### Use custom config
#### Use custom config

```js
// eslint.config.mjs
Expand Down

0 comments on commit 8589ccd

Please # to comment.