Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@saibotsivad/eslint-config-saibotsivad

saibotsivad101SEE LICENSE IN LICENSE.md0.0.4

ESLint and TypeScript configurations that I use across projects I maintain.

readme

eslint-config-saibotsivad

ESLint and TypeScript configurations that I use across projects I maintain.

Using

Install the normal way:

npm install --save-dev eslint eslint-config-saibotsivad

Create an ESLint config file:

touch .eslintrc.json

Add this config as the base:

{
    "extends": [
        "eslint-config-saibotsivad"
    ]
}

That's it.

That's everything.

(I followed these directions to make this. Thanks @viclafouch!)

License

Published and released under the Very Open License.

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Change categories are:

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for once-stable features removed in upcoming releases.
  • Removed for deprecated features removed in this release.
  • Fixed for any bug fixes.
  • Security to invite users to upgrade in case of vulnerabilities.

Changes

0.0.1-0.0.4 - 2022-01-20

Added

  • Svelte 3 plugin for ESLint.

    Fixed

  • Allow strings to use single-quotes or double-quotes so long as the string contains a quote that would have to be escaped otherwise.

0.0.0 - 2022-01-20

Added