2.0.2 • Published 3 months ago

@elfiner/eslint-config-elfin v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Usage

安装:

javascript

npm install eslint @elfiner/eslint-config-elfin --save-dev

.eslintrc.js:

module.exports = {
  extends: ['@elfiner/eslint-config-elfin'],
}

typescript 还需要安装依赖

npm install @typescript-eslint/eslint-plugin @typescript-eslint/parser --save-dev

.eslintrc.js:

module.exports = {
  extends: ['@elfiner/eslint-config-elfin', '@elfiner/eslint-config-elfin/ts'],
}

参与研发

npm link // npm链接本地项目

npm publish --access=public // 发布项目

// 因taobao镜像源导致发布失败,可以先切换为npmjs源
npm config set registry https://registry.npmjs.org/
// 切换回
npm config set http://registry.npm.taobao.org/
2.0.2

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago