0.1.1 • Published 8 months ago

@jiangweiye/eslint-config v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

@jiangweiye/eslint-config

jiangweiye eslint config

install

with pnpm

pnpm add @jiangweiye/eslint-config eslint -D

with yarn

yarn add @jiangweiye/eslint-config eslint -D

with npm

npm install @jiangweiye/eslint-config eslint -D

use

with js

module.exports = {
    extends: '@jiangweiye/eslint-config'
};

with ts

process.env.ESLINT_TSCONFIG = 'tsconfig.json';
module.exports = {
    extends: '@jiangweiye/eslint-config'
};