Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 0ec6be9

Browse files
author
Steve Calvert
committed
Merge with master
2 parents c6552bf + b217cdb commit 0ec6be9

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jshint:{
2222
// The task fails if force is set to false. With true, it shows the
2323
// linting errors, but continues
2424
force: false,
25-
jshintrc: 'node_modules/mobify-code-style/javascript/jshintrc.js'
25+
jshintrc: 'node_modules/mobify-code-style/javascript/.jshintrc'
2626
}
2727
}
2828
}
@@ -33,7 +33,7 @@ Sample jscs config:
3333
```javascript
3434
jscs: {
3535
options: {
36-
config: 'node_modules/mobify-code-style/javascript/jscsrc.js'
36+
config: 'node_modules/mobify-code-style/javascript/.jscsrc'
3737
},
3838
src: ['src/**/*.js']
3939
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
55
"disallowMixedSpacesAndTabs": true,
66
"disallowMultipleLineStrings": true,
7-
"disallowQuotedKeysInObjects": "allButReserved",
87
"disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
98
"disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
109
"disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
@@ -20,4 +19,4 @@
2019
"validateIndentation": 4,
2120
"validateLineBreaks": "LF",
2221
"validateQuoteMarks": "'"
23-
}
22+
}

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobify-code-style",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Code style guide and linting tools for Mobify",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
Β (0)