@etherean/eslint-config
v1.11.13
Published
TacticLaunh ESLint config.
Readme
@etherean/eslint-config
TacticLaunh ESLint config.
Installation
First, install the following:
pnpm add -D eslint eslint-import-resolver-node eslint-plugin-importThen, in your .eslintrc.js, add:
"use strict";
module.exports = {
extends: ["@etherean/eslint-config"],
parserOptions: {
project: "tsconfig.json",
},
};