Al2003x / webpack-config-2024

Webpack + ESLint Flat Config with AirBnB + Prettier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

package.json

Change project name and description to match your project.

Change folder name (-e project-name) of deploy script in package.json

VS Code settings

  1. Ctrl + Shift + P; select Preferences: Open User Settings (JSON)
  2. Add:
{
  "editor.codeActionsOnSave": {
    "source.fixAll": "explicit"
  },
  "eslint.experimental.useFlatConfig": true
}

README.md

Replace contents of this file with relevant information about your project.

About

Webpack + ESLint Flat Config with AirBnB + Prettier


Languages

Language:JavaScript 93.4%Language:HTML 4.2%Language:SCSS 2.4%