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.
1 parent 29539d1 commit 03f28b1Copy full SHA for 03f28b1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rubidium",
3
- "version": "0.2.0",
+ "version": "1.0.0",
4
"description": "A small unique job scheduler.",
5
"main": "index.js",
6
"scripts": {
@@ -109,7 +109,10 @@
109
"disallowSpaceBeforeBinaryOperators": [
110
","
111
],
112
- "disallowSpaceBeforePostfixUnaryOperators": true,
+ "disallowSpaceBeforePostfixUnaryOperators": [
113
+ "++",
114
+ "--"
115
+ ],
116
"requireSpacesInConditionalExpression": true,
117
"disallowSpaceAfterPrefixUnaryOperators": [
118
"++",
@@ -119,10 +122,6 @@
119
122
"~",
120
123
"!"
121
124
- "disallowSpaceBeforePostfixUnaryOperators": [
- "++",
- "--"
125
- ],
126
"requireCamelCaseOrUpperCaseIdentifiers": true,
127
"disallowKeywords": [
128
"with"
0 commit comments