UNPKG

eslint-config-yceffort

Version:
12 lines (11 loc) 230 B
module.exports = { $schema: "http://json.schemastore.org/prettierrc", useTabs: false, printWidth: 80, tabWidth: 2, singleQuote: true, trailingComma: "all", endOfLine: "lf", semi: false, arrowParens: "always", };