2.1.0 • Published 9 months ago

@abstracter/eslint-config v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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,
];