@agaroot/eslint-config-next
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "@agaroot/eslint-config-next", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "ESLint config for AGAROOT", | ||
@@ -25,5 +25,5 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "index.js", | ||
"main": "index.cjs", | ||
"files": [ | ||
"index.js", | ||
"index.cjs", | ||
"LICENSE", | ||
@@ -33,6 +33,6 @@ "README.md" | ||
"devDependencies": { | ||
"@next/eslint-plugin-next": "13.5.4", | ||
"@typescript-eslint/eslint-plugin": "6.7.4", | ||
"@typescript-eslint/parser": "6.7.4", | ||
"eslint": "8.50.0", | ||
"@next/eslint-plugin-next": "13.5.6", | ||
"@typescript-eslint/eslint-plugin": "6.8.0", | ||
"@typescript-eslint/parser": "6.8.0", | ||
"eslint": "8.51.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
@@ -44,3 +44,3 @@ "eslint-plugin-import": "2.28.1", | ||
"eslint-plugin-unused-imports": "3.0.0", | ||
"@agaroot/eslint-config-common": "2.0.0" | ||
"@agaroot/eslint-config-common": "2.1.0" | ||
}, | ||
@@ -51,6 +51,6 @@ "peerDependencies": { | ||
}, | ||
"packageManager": "pnpm@8.8.0", | ||
"packageManager": "pnpm@8.9.2", | ||
"scripts": { | ||
"lint": "eslint ." | ||
"lint": "eslint . --ext .js,.cjs" | ||
} | ||
} |
4524