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