Skip to content

Commit f21a961

Browse files
committed
🔧 (config): add @ianvs/prettier-plugin-sort-imports to devDependencies in package.json
🔧 (config): create prettier.config.js file with custom configuration for Prettier 🔧 (config): add getURL function to retrieve base URL in src/lib/config.tsx 🔧 (config): update alias mapping in .eslintrc.js to point @ to src directory 🔧 (config): create metadata.ts file in src/app to store site metadata 🔧 (config): update metadata object in layout.tsx to use siteMetadata from metadata.ts
1 parent 1fc2eaa commit f21a961

8 files changed

+679
-7
lines changed

‎.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
settings: {
2222
"import/resolver": {
2323
alias: {
24-
map: [["@", "./"]], // Map @ to the base directory
24+
map: [["@", "./src/"]], // Map @ to the base directory
2525
extensions: [".ts", ".tsx", ".js", ".jsx", ".json"],
2626
},
2727
typescript: {

‎.eslintrc.json

-3
This file was deleted.

0 commit comments

Comments
 (0)