rename repo

This commit is contained in:
vchikalkin 2023-07-19 15:57:05 +03:00
parent d1ce6d3c3f
commit efe8b2c638

View File

@ -1,5 +1,5 @@
{ {
"name": "eslint-config-custom", "name": "@vchikalkin/eslint-config-awesome",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
@ -19,11 +19,13 @@
"access": "public" "access": "public"
}, },
"description": "Custom ESLint config for Next.js apps", "description": "Custom ESLint config for Next.js apps",
"repository": "https://github.com/vchikalkin/eslint-config-custom", "repository": "https://github.com/vchikalkin/eslint-config-awesome",
"author": "vchikalkin", "author": "vchikalkin",
"keywords": [ "keywords": [
"eslint", "eslint",
"config", "config",
"nextjs" "nextjs",
"turbo",
"prettier"
] ]
} }