Hunor Márton BorbélyforfreeCodeCampfreecodecamp.org·2 hours agoJavaScript Tutorial – How to Set Up a Front End Development ProjectLet’s say you plan to build a website. Before you start, you want to set up a few tools to make your life easier. But which tools should you have? The JavaScript ecosystem is changing so fast that it can be overwhelming to pick the best tools to use....eslint
Pranav Patanipranavpatani.hashnode.dev·Feb 4, 2025A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 2📖 Part 1: Learning the essentials 🤖 Part 2: Automating the process👈 you are here 📘Introduction This blog is in continuation with its first part - A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 1. So please che...Web Development
Pranav Patanipranavpatani.hashnode.dev·Feb 4, 2025A Complete Guide to Setting Up Dev Tools for Vanilla JavaScript Projects: Part 1📖 Part 1: Learning the essentials👈 you are here 🤖 Part 2: Automating the process 📘 Introduction Managing and debugging large code bases can be challenging, especially when they lack proper structure or standards. Following a standard for wri...2 likesWeb Development
Naman Ladblog.namanlad.com·Feb 4, 2025Streamline Your Next.js Setup: Automate Configuration with a Single Bash ScriptI enjoy automation! There’s something so satisfying about taking repetitive tasks and making them easier with just a little bit of code. The need for this script In a fast-paced development environment, it’s easy to forget certain default configurati...Next.js
BLUE💙nerdscript.hashnode.dev·Jan 25, 2025Next.js における ESLint, Prettier のメモ// 追記 最後に追記しているが、Prettier は利用しなくなった😣 Biome を検討したけど、npx create-next-app@latest の選択肢に ESLint しかないから、選択肢に出てくるまでは ESLint にしようと思った。詳しくは調べていない。公式尊重マン! Next.js, React, Google のガイドラインをできる限り尊重したつもり。 package.json デフォルト eslint eslint-config-next @eslint/es...Next.js
Alyssa Hollandblog.alyssaholland.me·Jan 24, 2025FeaturedAutomate Code Formatting with Prettier, ESLint, Husky, and lint-stagedIntroduction Maintaining a formatted and tidy codebase is the ideal scenario for projects. However, ensuring that codebases adhere to these standards requires some work to make this a reality. In this article, I’ll describe the libraries and automati...10 likes·115 readsDeveloper
Amaanamaan8429.hashnode.dev·Jan 1, 2025End-to-End DevOps with ESLint, Prettier, Husky, GitHub Actions, CI/CD, and VercelStart by creating a new nextjs project Now let’s install everything. npm install --save-dev prettier eslint-config-prettier husky lint-staged eslint-plugin-prettier Now let’s create three files: .prettierignore, .eslintrc.json, and .prettier...10 likes·135 readsPrettier
Asiones Jiaasiones.hashnode.dev·Dec 18, 2024Eslint warning Classname 'xxx' is not a Tailwind CSS class! tailwindcss/no-custom-classname when using shadcn/uiHow to fix it Just add a rule in lint file. // .eslintrc "rules": { /** ... **/ "tailwindcss/no-custom-classname": "off" }, Why do this? https://github.com/shadcn-ui/ui/blob/ea677cc74eb0b35591e06558af80cfce2c5b926b/.eslintrc.json#L14...shadcn ui
Andrea Pontrandolfosheriff-config.hashnode.dev·Dec 10, 2024Sheriff v25 Release announcement: full v9 compatibility achieved internallySheriff (Github | Website) just got updated to v25. Read the original blogpost! What is Sheriff? Sheriff is a Typescript-first ESlint configuration, with many added bells and whistles for an improved DX. What does this new release includes? If you’ve...JavaScript
Atharva Mulgundatharvamulgund.hashnode.dev·Nov 15, 2024Biome.js: A Promising Alternative to ESLint?When it comes to JavaScript and TypeScript development, tools like ESLint have long been the standard for linting, ensuring code quality, and enforcing best practices. However, the JavaScript ecosystem is evolving, and new tools are challenging the s...28 readseslint