UNPKG

tempered

Version:

An ESLint and Prettier configuration package for Node.js projects, providing strict linting rules and automatic code formatting.

7 lines (6 loc) 89 B
{ "semi": false, "singleQuote": true, "trailingComma": "all", "printWidth": 80 }