Skip to content

Commit 03f28b1

Browse files
committed
1.0.0
1 parent 29539d1 commit 03f28b1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rubidium",
3-
"version": "0.2.0",
3+
"version": "1.0.0",
44
"description": "A small unique job scheduler.",
55
"main": "index.js",
66
"scripts": {
@@ -109,7 +109,10 @@
109109
"disallowSpaceBeforeBinaryOperators": [
110110
","
111111
],
112-
"disallowSpaceBeforePostfixUnaryOperators": true,
112+
"disallowSpaceBeforePostfixUnaryOperators": [
113+
"++",
114+
"--"
115+
],
113116
"requireSpacesInConditionalExpression": true,
114117
"disallowSpaceAfterPrefixUnaryOperators": [
115118
"++",
@@ -119,10 +122,6 @@
119122
"~",
120123
"!"
121124
],
122-
"disallowSpaceBeforePostfixUnaryOperators": [
123-
"++",
124-
"--"
125-
],
126125
"requireCamelCaseOrUpperCaseIdentifiers": true,
127126
"disallowKeywords": [
128127
"with"

0 commit comments

Comments
 (0)