summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9e8f7c7..84fafed 100644
--- a/package.json
+++ b/package.json
@@ -28,5 +28,20 @@
"typescript": "^5.2.2",
"wrangler": "^3.15.0"
},
- "packageManager": "[email protected]"
+ "packageManager": "[email protected]",
+ "eslintConfig": {
+ "extends": [
+ "eslint:recommended",
+ "plugin:@typescript-eslint/recommended",
+ "prettier"
+ ],
+ "parser": "@typescript-eslint/parser",
+ "plugins": [
+ "@typescript-eslint"
+ ],
+ "root": true,
+ "ignorePatterns": [
+ "dist/**"
+ ]
+ }
}