Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@makerx/prettier-config

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makerx/prettier-config - npm Package Compare versions

Comparing version
1.0.1
to
2.0.0
+8
-8
index.js
module.exports = {
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 140,
"endOfLine": "lf",
"arrowParens": "always"
singleQuote: true,
jsxSingleQuote: false,
semi: false,
tabWidth: 2,
trailingComma: 'all',
printWidth: 140,
endOfLine: 'lf',
arrowParens: 'always',
}
{
"name": "@makerx/prettier-config",
"version": "1.0.1",
"version": "2.0.0",
"main": "index.js"
}