1.1.2 • Published 5 years ago

eslint-config-blued v1.1.2

Weekly downloads
15
License
ISC
Repository
github
Last release
5 years ago

eslint-config-blued

Blued大前端编码规范,基于airbnb所进行的一些符合日常开发习惯的客制化

使用方法

npm5.x以上的版本,可以有快捷的方式来安装所有的依赖:

npx install-peerdeps --dev eslint-config-blued

如果是小于npm5.x版本的,在Linux/OSX环境下可以执行这样的命令:

(
  export PKG=eslint-config-blued;
  npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)

如果是小于npm5.x版本的Windows用户,可以通过手动获取依赖进行安装,或者使用install-peerdeps来安装依赖:

获取依赖然后手动安装:

npm info "eslint-config-blued@latest" peerDependencies

使用工具安装:

npm install -g install-peerdeps
install-peerdeps --dev eslint-config-blued

修改项目中的.eslintrc文件,添加extends

extends: blued

上述操作步骤说明修改于airbnb

所有可选的配置

ConfigDescription
blued基础的规则,适用于所有项目
blued-react基于基础规则,针对react/jsx所添加的一些增强规则
blued-typescript基于基础规则,针对TypeScript所添加的一些增强规则
1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago