ctl-scripts
Advanced tools
Comparing version
@@ -28,3 +28,3 @@ "use strict"; | ||
? [] | ||
: ['--config', fileUtils_1.fromScripts('.prettierrc.js')]; | ||
: ['--config', fileUtils_1.fromScripts('config/prettierrc.js')]; | ||
log('using config', config); | ||
@@ -31,0 +31,0 @@ var useCustomIgnore = argv.ignorePath || fileUtils_1.hasRootFile('.prettierignore'); |
@@ -8,8 +8,4 @@ module.exports = { | ||
plugins: ['prettier'], | ||
extends: [ | ||
'plugin:@typescript-eslint/recommended', | ||
'plugin:prettier/recommended', | ||
'prettier', | ||
], | ||
extends: ['plugin:@typescript-eslint/recommended', 'prettier'], | ||
rules: {}, | ||
} |
@@ -10,2 +10,13 @@ module.exports = { | ||
jsxBracketSameLine: false, | ||
arrowParens: 'always', | ||
bracketSpacing: false, | ||
embeddedLanguageFormatting: 'auto', | ||
endOfLine: 'lf', | ||
htmlWhitespaceSensitivity: 'css', | ||
requirePragma: false, | ||
insertPragma: false, | ||
quoteProps: 'as-needed', | ||
jsxBracketSameLine: false, | ||
jsxSingleQuote: false, | ||
proseWrap: 'always', | ||
} |
{ | ||
"name": "ctl-scripts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Artem Zakharchenko", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10303
2.51%262
2.75%0
-100%