Skip to content

Commit

Permalink
docs: add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Mar 10, 2023
1 parent b9f397a commit c129b5f
Show file tree
Hide file tree
Showing 4 changed files with 107 additions and 101 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
tags:
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# eslint-config

Flat ESLint config for JavaScript, TypeScript, Vue 2, Vue 3, Prettier.
> Flat ESLint config for JavaScript, TypeScript, Vue 2, Vue 3, Prettier.
[![CI](https://github.com/ntnyq/eslint-config/workflows/CI/badge.svg)](https://github.com/ntnyq/eslint-config/actions)
[![NPM VERSION](https://img.shields.io/npm/v/@ntnyq/eslint-config/next.svg)](https://www.npmjs.com/package/@ntnyq/eslint-config/v/next)

## Credits

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ntnyq/eslint-config",
"type": "module",
"version": "2.0.0-beta.1",
"packageManager": "pnpm@7.28.0",
"packageManager": "pnpm@7.29.1",
"description": "",
"keywords": [],
"license": "MIT",
Expand Down Expand Up @@ -34,31 +34,31 @@
},
"dependencies": {
"@eslint/js": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"astro-eslint-parser": "^0.11.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-astro": "^0.23.0",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"astro-eslint-parser": "^0.12.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-astro": "^0.24.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.6.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-yml": "^1.5.0",
"globals": "^13.20.0",
"jsonc-eslint-parser": "^2.1.0",
"jsonc-eslint-parser": "^2.2.0",
"prettier": "^2.8.4",
"vue-eslint-parser": "^9.1.0",
"yaml-eslint-parser": "^1.1.0"
"yaml-eslint-parser": "^1.2.0"
},
"devDependencies": {
"@ntnyq/prettier-config": "^1.3.1",
"@types/node": "^18.14.2",
"@ntnyq/prettier-config": "^1.4.1",
"@types/node": "^18.15.0",
"bumpp": "^9.0.0",
"eslint": "^8.35.0",
"eslint-define-config": "^1.15.0",
"eslint-define-config": "^1.16.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"typescript": "5.0.0-beta"
Expand Down
Loading

0 comments on commit c129b5f

Please sign in to comment.