This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@ohs/eslint-config

1.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @ohs/eslint-config

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

4.9 kB

Total Files

5

Last publish

Collaborators

  • ohs