diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index f3bd903..b153b0f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "myapps", "version": "1.0.0", "private": true, + "license": "MIT", "scripts": { "build": "next build", "dev": "next dev", @@ -24,5 +25,12 @@ "sass": "^1.35.1", "swr": "^1.0.0" }, - "license": "MIT" + "devDependencies": { + "@next/eslint-plugin-next": "^11.1.2", + "eslint": "7.32.0", + "eslint-config-next": "^11.1.2", + "eslint-config-standard": "^16.0.3", + "eslint-config-standard-jsx": "^10.0.0", + "eslint-config-standard-react": "^11.0.1" + } } |