From 1f934d74b28c6ba597d4ef17c114144829e641ca Mon Sep 17 00:00:00 2001 From: Dylan Leard Date: Thu, 2 May 2024 10:29:13 -0700 Subject: [PATCH] chore: airbnb base --- bciers/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bciers/.eslintrc.json b/bciers/.eslintrc.json index 0719e84fca..76408ab06b 100644 --- a/bciers/.eslintrc.json +++ b/bciers/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "extends": ["airbnb-typescript", "prettier"], + "extends": ["airbnb", "airbnb-typescript", "prettier"], "env": { "es6": true, "browser": true, "node": true}, "globals": { "vi": true }, "parser": "@typescript-eslint/parser",