Skip to content

Commit 29511e6

Browse files
Merge pull request #7 from 60frames/eslintrc
Set eslint dot-location to property
2 parents b285e04 + 4bf21f1 commit 29511e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.eslintrc-default

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// Best Practices
1010
"accessor-pairs": 2,
1111
"block-scoped-var": 2,
12-
"dot-location": 2,
12+
"dot-location": [2, "property"],
1313
"guard-for-in": 2,
1414
"no-else-return": 2,
1515
"no-eq-null": 2,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This README will eventually outline coding standards and preferred best
44
practices which cannot be enforced through automated tools.
55

6-
## .eslintrc usage example
6+
## .eslintrc example usage
77
```
88
.
99
├── src

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coding-standards",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "60fram.es coding standards.",
55
"main": "",
66
"scripts": {

0 commit comments

Comments
 (0)