diff --git a/.eslintrc.json b/.eslintrc.json index a82842f..0e9746e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -7,7 +7,8 @@ "eslint:recommended", "airbnb-base", "plugin:import/recommended", - "plugin:unicorn/recommended" + "plugin:unicorn/recommended", + "prettier" ], "parserOptions": { "ecmaVersion": 2023, diff --git a/bun.lockb b/bun.lockb index 1922193..2920cc6 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 16b2b3d..2b94aad 100644 --- a/package.json +++ b/package.json @@ -42,10 +42,13 @@ "zero-fill": "^2.2.4" }, "devDependencies": { + "@ianvs/prettier-plugin-sort-imports": "^4.4.0", "eslint": "^8.54.0", "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.0", "eslint-plugin-unicorn": "^49.0.0", - "nodemon": "^3.0.1" + "nodemon": "^3.0.1", + "prettier": "^3.4.1" } }