UNPKG

node-ff

Version:
30 lines (29 loc) 674 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.vcCodeSettings = exports.prettierrc = exports.editorconfig = void 0; exports.editorconfig = ` root = true [*] indent_style = space indent_size = 2 end_of_line = crlf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true `; exports.prettierrc = ` module.exports = { \tsemi: true, \ttabWidth: 2, \tsingleQuote: true, \tprintWidth: 80, \ttrailingComma: 'all' } `; exports.vcCodeSettings = { 'editor.codeActionsOnSave': { 'source.fixAll.eslint': true, 'source.fixAll': true, }, }; //# sourceMappingURL=BaseFiles.js.map