@nayhoo/eslint-config
v1.0.2
Published
My personal ESLint config for TS projects.
Downloads
11
Readme
@nayhoo/eslint-config
My personal ESLint config for TS projects.
Installation
npm install -D @nayhoo/eslint-configUsage
// .eslintrc.cjs
require("@nayhoo/eslint-config/patch");
module.exports = {
extends: "@nayhoo/eslint-config",
};