We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arrowParens
1 parent a48eaa4 commit 85642a4Copy full SHA for 85642a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ovos-media/coding-standard",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"description": "ovos-media Coding Standard",
5
"main": "index.js",
6
"types": "index.d.ts",
prettier.ts
@@ -10,10 +10,6 @@ const config: prettier.Options = {
10
printWidth: 100,
11
singleQuote: true,
12
trailingComma: "es5",
13
- // neither "avoid" nor "always" plays well with tslint's "ter-arrow-parens"
14
- // with "as-needed" + "requireForBlockBody": true...
15
- // but of two evils, choose the least (disable requireForBlockBody in tslint)
16
- arrowParens: "avoid",
17
};
18
19
export default config;
0 commit comments