Dattaya / eslint-config

Config for `@ohs` projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

war.ukraine.ua, vshymanskyy/StandWithUkraine

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

About

Config for `@ohs` projects

License:MIT License


Languages

Language:JavaScript 93.1%Language:TypeScript 6.9%