文件名称:eslint-config-framelunch:框架午餐的ESLint基本配置
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-28 12:02:01
JavaScript
框架午餐ESLint配置 ESLint框架午餐的设置(基本) 依存关系 如何使用 安装 # newest version with eslint@4 yarn add -D eslint@^4 framelunch/eslint-config-framelunch # target version with eslint@4 yarn add -D eslint@^4 framelunch/eslint-config-framelunch#v0.2.3 .eslintrc { " extends " : [ " framelunch " ] } 如果要这样扩展 { " extends " : [ " framelunch " ], " rules " : { " no-alert " : " off " } } 太爽了 // package.json
【文件预览】:
eslint-config-framelunch-master
----index.js(3KB)
----flow.js(248B)
----package.json(672B)
----test()
--------test.js(201B)
--------test-flow.js(250B)
----.gitignore(3KB)
----README.md(1KB)
----yarn.lock(44KB)