diff --git a/.eslintrc.json b/.eslintrc.json
index 1110c8c42593bde8d463c8b3a4db4e49f5b034d0..a4bf029e9be7bd1d62a5eb0656751234c6754056 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -4,6 +4,7 @@
         "es2021": true
     },
     "extends": [
+        "airbnb-typescript/base",
         "plugin:@typescript-eslint/recommended"
     ],
     "parserOptions": {