1.1.0 • Published 3 years ago
@ohs/eslint-config v1.1.0
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 eslintUsage
require('@ohs/eslint-config/patch');
module.exports = {
extends: [
'@ohs/eslint-config',
],
parserOptions: { tsconfigRootDir: __dirname },
};