UNPKG

@caiocezarqueiroz/eslint-config

Version:

The package @caiocezarqueiroz/eslint-config offers default ESLint configurations, integration with Prettier, EditorConfig, and the VSCode workspace, thus simplifying the development process and ensuring code consistency and compliance with best programmin

9 lines (8 loc) 139 B
module.exports = { printWidth: 80, tabWidth: 2, singleQuote: true, trailingComma: 'all', arrowParens: 'always', semi: true, };