Skip to content

Commit e48e2de

Browse files
Merge pull request sailshq#6 from treelinehq/version-bump
Version bump
2 parents dbe05b8 + 4ddd973 commit e48e2de

File tree

3 files changed

+7
-86
lines changed

3 files changed

+7
-86
lines changed

.eslintrc

Lines changed: 6 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,27 @@
11
{
2-
"parser": "espree",
3-
"extends": "eslint:recommended",
42
"env": {
53
"node": true,
64
"mocha": true
75
},
86
"rules": {
97
"array-bracket-spacing": [2, "never"],
10-
"block-scoped-var": [2],
11-
"block-spacing": [2, "always"],
12-
"brace-style": [2, "1tbs"],
13-
"callback-return": [2, ["callback", "cb", "next", "done"]],
8+
"callback-return": [2, ["callback", "cb", "next", "done", "proceed"]],
149
"camelcase": [2, {"properties": "always"}],
15-
"comma-spacing": [2, {"before": false, "after": true}],
1610
"comma-style": [2, "last"],
17-
"computed-property-spacing": [2, "never"],
18-
"consistent-this": [2, "self"],
1911
"curly": [2],
20-
"dot-notation": [2],
21-
"eol-last": [2],
2212
"eqeqeq": [1, "smart"],
23-
"func-names": [2],
24-
"func-style": [2, "expression"],
13+
"eol-last": [2],
2514
"handle-callback-err": [2],
2615
"indent": [2, 2, {"SwitchCase": 1}],
27-
"key-spacing": [2, {"beforeColon": false, "afterColon": true}],
28-
"keyword-spacing": [2, {"before": true, "after": true}],
2916
"linebreak-style": [2, "unix"],
30-
"lines-around-comment": [2, { "beforeBlockComment": true, "afterBlockComment": true, "beforeLineComment": false, "afterLineComment": false }],
31-
"max-depth": [2, 4],
32-
"no-else-return": [2],
33-
"no-loop-func": [2],
34-
"no-mixed-requires": [2],
3517
"no-mixed-spaces-and-tabs": [2, "smart-tabs"],
36-
"no-multiple-empty-lines": [1, {"max": 2}],
3718
"no-return-assign": [2, "always"],
38-
"no-spaced-func": [2],
19+
"no-sequences": [2],
3920
"no-trailing-spaces": [2],
21+
"no-undef": [2],
4022
"no-unexpected-multiline": [1],
41-
"object-curly-spacing": [2, "always"],
23+
"no-unused-vars": [2],
4224
"one-var": [2, "never"],
43-
"padded-blocks": [2, "never"],
44-
"semi": [1, "always"],
45-
"sort-vars": [2, { "ignoreCase": true }],
46-
"space-before-blocks": [2],
47-
"space-before-function-paren": [1, "never"],
48-
"space-in-parens": [2, "never"],
49-
"space-infix-ops": [2],
50-
"space-unary-ops": [1, { "words": true, "nonwords": false }],
51-
"spaced-comment": [1, "always"],
25+
"semi": [1, "always"]
5226
}
5327
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "machinepack-mysql",
3-
"version": "2.0.0-2",
3+
"version": "2.0.0-3",
44
"description": "Structured Node.js bindings for MySQL.",
55
"scripts": {
66
"test": "node ./node_modules/mocha/bin/mocha --recursive",
@@ -28,7 +28,6 @@
2828
},
2929
"devDependencies": {
3030
"eslint": "3.5.0",
31-
"espree": "3.3.0",
3231
"mocha": "3.0.2"
3332
},
3433
"machinepack": {

test/.eslintrc

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)