We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2746331 commit d77f990Copy full SHA for d77f990
README.md
@@ -1,4 +1,4 @@
1
-# devup-eslint-plugin
+# eslint-plugin-devup
2
3
`devup`은 데브파이브에서 사용되는 더 빠르고 더 정확한 소프트웨어 개발을 위한 시스템입니다.
4
@@ -13,7 +13,7 @@
13
## Installation
14
15
```bash
16
-pnpm install --save-dev devup-eslint-plugin
+pnpm install --save-dev eslint-plugin-devup
17
```
18
19
## Test
package.json
@@ -1,5 +1,5 @@
{
- "name": "@devup/eslint-plugin",
+ "name": "eslint-plugin-devup",
"version": "2.0.0",
"description": "eslint plugin for devup",
5
"main": "dist/index.cjs",
0 commit comments