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

Package detail

@andrmoel/eslint-config

andrmoel71MIT1.14.0

eslint configuration for andrmoel projects

readme

Introduction: eslint-config-andrmoel

This library contains the global eslint config for all andrmoel projects.

Getting started

Installing

  1. Add the development dependency
     yarn add git+ssh://git@github.com/andrmoel/eslint-config-andrmoel -D
  2. Add config to your .eslintrc.json file
     {
       "extends": [
         "eslint-config-andrmoel/default",
         "eslint-config-andrmoel/react"
       ]
     }

Configuration files

default config

This configuration contains general JavaScript/ES6 formatting rules.

Example usage:

{
  "extends": [
    "eslint-config-andrmoel/default"
  ]
}

react config

This configuration contains general JSX/react formatting rules.

Example usage:

{
  "extends": [
    "eslint-config-andrmoel/react"
  ]
}

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.14.0 (2023-09-18)

Features

1.13.2 (2023-08-12)

1.13.1 (2023-08-12)

1.13.0 (2022-12-19)

Features

1.12.3 (2022-11-14)

Bug Fixes

  • jest: add plugin eslint-plugin-filenames (2e5e55e)

1.12.2 (2022-11-14)

Bug Fixes

  • jest: add plugin eslint-plugin-jest-formatting (af4cd79)

1.12.1 (2022-11-14)

1.12.0 (2022-11-03)

Features

  • typescript: add new rules (eaa6e3f)

1.11.0 (2022-08-29)

Features

  • node: upgrade to node 14 (a0ebf16)

1.10.0 (2022-06-02)

Features

  • default: add import rules (abf7ee2)

1.9.0 (2022-03-08)

Features

  • default: add rule object-property-newline (5936ca6)

1.8.0 (2022-02-26)

Features

  • typescript: add member-delimiter-style rule (c2757f9)

1.7.2 (2022-02-16)

1.7.1 (2022-02-16)

Bug Fixes

  • typescript: fix broken semi rules (5ad44b2)

1.7.0 (2022-02-16)

Features

  • default: add function-paren-newline rule (00fe961)

1.6.0 (2022-02-06)

Features

  • react: add react config (ad80ba6)

1.5.1 (2022-02-06)

1.5.0 (2022-02-06)

Features

1.4.1 (2022-02-06)

1.4.0 (2022-02-06)

Features

  • typescript: add rule explicit-member-accessibility (2456c90)

1.3.1 (2022-02-05)

Bug Fixes

  • typescript: add rule explicit-function-return-type only for ts files (ae95577)

1.3.0 (2022-02-05)

Features

  • typescript: add rule explicit-function-return-type (553e33d)

1.2.0 (2022-02-05)

Features

  • typescript: add rule type-annotation-spacing (bfdd810)

1.1.0 (2022-02-05)

Features

  • typescript: add config for TypeScript (1c454a4)

1.0.7 (2022-02-05)

1.0.6 (2021-11-20)

1.0.5 (2021-11-20)

1.0.4 (2021-11-20)

1.0.3 (2021-11-17)

1.0.2 (2021-11-17)

1.0.1 (2021-11-17)