create-iking-admin
Version:
金合技术中台脚手架
28 lines (27 loc) • 553 B
JavaScript
/*
* @Author: wfl
* @LastEditors: wfl
* @description:
* @updateInfo:
* @Date: 2022-08-12 18:42:51
* @LastEditTime: 2022-10-25 13:29:06
*/
module.exports = {
printWidth: 100,
semi: true,
vueIndentScriptAndStyle: true,
singleQuote: true,
trailingComma: 'all',
proseWrap: 'never',
htmlWhitespaceSensitivity: 'strict',
endOfLine: 'auto',
// rules: {
// noEmptySource: null,
// },
// JSON: {
// trailingComma: 'es5',
// tabWidth: 4,
// semi: false,
// singleQuote: true,
// },
};