UNPKG

eslint-config-codely

Version:
11 lines (9 loc) 202 B
import eslintPluginCodely from "./codely-full.js"; export default [ ...eslintPluginCodely, { rules: { "prettier/prettier": ["error", { printWidth: 80, useTabs: true, tabWidth: 4 }], }, }, ];