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

Package detail

@abstracter/eslint-config

abstracter-io47MIT2.1.0

Common eslint configuration for common env/stacks

eslint, eslintconfig

readme

eslint-config

Common eslint configuration for common env/stacks

Install

npm install --save-dev eslint @abstracter/eslint-config

Example

const { base, typescript } = require('@abstracter/eslint-config');

// This assums flat config
module.exports = [
  ...base,
  ...typescript,
];

changelog

1.0.0 (2022-09-30)

⚠ BREAKING CHANGES

  • 🧨 configs do not extends other shareable configs

Bug Fixes

0.3.1 (2022-09-30)

Bug Fixes

  • allow switch case indent (22c4ccd)

0.3.0 (2022-09-30)

Features

  • use promise plugin recommended config (8ab2112)

0.2.0 (2022-09-30)

Features

0.1.1 (2022-09-30)

Bug Fixes

  • incorrect files directive (a4f567e)

0.1.0 (2022-09-30)

Features