2.0.2 • Published 1 year ago

@elfiner/eslint-config-elfin v2.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago