1.1.0 • Published 2 years ago

@ohs/eslint-config v1.1.0

Weekly downloads
53
License
MIT
Repository
github
Last release
2 years ago

Deprecated in favor of 'multi-tools' like kcd-scripts that have almost everything a library author might need.

eslint-config

Config for @ohs's projects, based on eslint-config-airbnb, batteries included

Install

$ npm i @ohs/eslint-config eslint
$ yarn add @ohs/eslint-config eslint

Usage

require('@ohs/eslint-config/patch');

module.exports = {
  extends: [
    '@ohs/eslint-config',
  ],
  parserOptions: { tsconfigRootDir: __dirname },
};