UNPKG

frontengineerplugin

Version:

前端工程化脚手架.集成eslint,husky,prettier,eslint,npmrc,CICD,testCase,node_proxy,readme生成 9个主要功能

11 lines (10 loc) 273 B
module.exports = { printWidth: 80, // 使用单引号而非双引号; singleQuote: true, tabWidth: 2, proseWrap: 'never', // 在语句末尾添加分号; Semicolons: true, overrides: [{ files: '.prettierrc', options: { parser: 'json' } }], };