1. eslint-config-rem
eslint config for rem.
eslint-config-rem
Package: eslint-config-rem
Created by: egoist
Last modified: Fri, 17 Jun 2022 20:03:09 GMT
Version: 4.0.0
License: MIT
Downloads: 3,647
Repository: https://github.com/egoist/eslint-config-rem

Install

npm install eslint-config-rem
yarn add eslint-config-rem

ESLint config for ๐ŸŒŸrem๐ŸŒŸ

rem

This config is supposed to work with XO or eslint-config-xo.

Features

Install

 $ npm install -D eslint eslint-config-rem

Usage

In ESLint:

 {
  "eslintConfig": {
    "extends": ["xo/esnext", "rem"]
  }
}

Or in XO:

 {
  "xo": {
    "extends": "rem"
  }
}

Use Prettier

 {
  "xo": {
    "extends": "rem/prettier"
  }
}

Lint code blocks in markdown

It uses eslint-plugin-markdown:

 {
  "xo": {
    "extensions": ["md"]
  }
}

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin