Skip to content

Commit e266d5b

Browse files
authored
Merge pull request #40 from dronedeploy/ng2im-18-fixes
[NG2IM-18] Change printWidth for Prettier
2 parents 2b5b431 + 6c44842 commit e266d5b

File tree

3 files changed

+2
-13
lines changed

3 files changed

+2
-13
lines changed

.eslintrc.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,8 @@
5858
{ "name": ["describe","only"], "message": "Banned method" },
5959
{ "name": "logOut", "message": "Banned method" }
6060
],
61-
"brace-style": [
62-
"error",
63-
"1tbs"
64-
],
6561
"curly": "error",
6662
"default-case": "error",
67-
"eol-last": "error",
6863
"eqeqeq": "error",
6964
"guard-for-in": "off",
7065
"id-denylist": [
@@ -99,7 +94,6 @@
9994
],
10095
"no-multi-spaces": "error",
10196
"no-new-wrappers": "error",
102-
"no-trailing-spaces": "error",
10397
"no-underscore-dangle": "off",
10498
"no-unused-expressions": "error",
10599
"no-unused-labels": "error",
@@ -119,11 +113,6 @@
119113
}
120114
],
121115
"prefer-const": "error",
122-
"quote-props": [
123-
"error",
124-
"as-needed"
125-
],
126-
"space-infix-ops": "error",
127116
"spaced-comment": [
128117
"error",
129118
"always",

.prettierrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
printWidth: 100
1+
printWidth: 110
22
parser: 'typescript'
33
tabWidth: 2
44
useTabs: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddts",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"main": ".eslintrc.json",
55
"scripts": {
66
"postinstall": "./install-hooks"

0 commit comments

Comments
 (0)