Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

websublime/eslint-config

Repository files navigation

eslint-config

These are my personal configurations for ESLint. They are based on Airbnb's ESLint configurations.

Overview

This repository contains ESLint configurations for the following setups:

  • JavaScript
  • JavaScript with React
  • TypeScript
  • TypeScript with React
  • Angular
  • Vue

They are designed to be used together with Prettier.

Usage

  1. Install the required packages:

    • JavaScript:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb-base
    • JavaScript with React:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb
    • TypeScript:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        @typescript-eslint/eslint-plugin \
        @typescript-eslint/parser \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb-base
    • TypeScript with React:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        @typescript-eslint/eslint-plugin \
        @typescript-eslint/parser \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb
    • Angular:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        @typescript-eslint/eslint-plugin \
        @typescript-eslint/parser \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb
    • Vuejs:

      yarn add --dev @websublime/eslint-config \
        eslint-config-prettier \
        eslint-plugin-vue \
        @typescript-eslint/eslint-plugin \
        @typescript-eslint/parser \
        vue-eslint-parser \
        eslint-plugin-simple-import-sort \
        && npx install-peerdeps --dev eslint-config-airbnb
  2. Create the following entry in your package.json file:

    • JavaScript:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config"]
        }
      }
    • JavaScript with React:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config/react"]
        }
      }
    • TypeScript:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config/typescript"]
        }
      }
    • TypeScript with React:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config/typescript-react"]
        }
      }
    • Angular:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config/angular"]
        }
      }
    • Vuejs:

      {
        "eslintConfig": {
          "root": true,
          "extends": ["@websublime/eslint-config/vue"]
        }
      }
  3. Add a linting script to your package.json file:

    • JavaScript:

      {
        "scripts": {
          "lint": "eslint --fix --max-warnings 0 ."
        }
      }
    • JavaScript with React:

      {
        "scripts": {
          "lint": "eslint --ext .js,.jsx --fix --max-warnings 0 ."
        }
      }
    • TypeScript:

      {
        "scripts": {
          "lint": "eslint --ext .ts --fix --max-warnings 0 ."
        }
      }
    • TypeScript with React:

      {
        "scripts": {
          "lint": "eslint --ext .ts,.tsx --fix --max-warnings 0 ."
        }
      }

About

Eslint config rules

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy