prettier-config-hudochenkov
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ // https://prettier.io/docs/en/options.html | ||
endOfLine: 'lf', | ||
jsxBracketSameLine: false, | ||
bracketSameLine: false, | ||
jsxSingleQuote: false, | ||
@@ -9,0 +9,0 @@ printWidth: 100, |
{ | ||
"name": "prettier-config-hudochenkov", | ||
"version": "0.2.0", | ||
"description": "My Prettier config", | ||
"scripts": { | ||
"fix": "prettier *.js --write", | ||
"test": "prettier *.js --check" | ||
}, | ||
"main": "index.js", | ||
"author": "Aleks Hudochenkov <aleks@hudochenkov.com> (https://hudochenkov.com)", | ||
"license": "MIT", | ||
"repository": "hudochenkov/prettier-config-hudochenkov", | ||
"peerDependencies": { | ||
"prettier": "^1.19.1 || ^2.0.1" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.0.1" | ||
}, | ||
"prettier": "./index.js" | ||
"name": "prettier-config-hudochenkov", | ||
"version": "0.3.0", | ||
"description": "My Prettier config", | ||
"scripts": { | ||
"fix": "prettier *.js --write", | ||
"test": "prettier *.js --check" | ||
}, | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
], | ||
"author": "Aleks Hudochenkov <aleks@hudochenkov.com> (https://hudochenkov.com)", | ||
"license": "MIT", | ||
"repository": "hudochenkov/prettier-config-hudochenkov", | ||
"peerDependencies": { | ||
"prettier": "^2.4.1" | ||
}, | ||
"devDependencies": { | ||
"prettier": "^2.4.1" | ||
}, | ||
"prettier": "./index.js" | ||
} |
2447
-11.34%4
-33.33%23
-17.86%