Skip to content

Commit

Permalink
chore: airbnb base
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed May 3, 2024
1 parent 1889301 commit 1f934d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bciers/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1f934d7

Please sign in to comment.