issues
search
felixge
/
node-style-guide
A guide for styling your node.js / JavaScript code. Fork & adjust to your taste.
5k
stars
915
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
PascalCase vs camelCase instead of UpperCamelCase vs lowerCamelCase
#105
theodoremoreland
opened
2 years ago
0
Cv
#101
alhld
closed
4 years ago
0
Added sourceType for work with ES6 modules
#100
jesielviana
opened
5 years ago
0
Limit lines to 80 characters
#99
raakeshmadana
opened
6 years ago
0
Edit naming conventions
#98
reginafcompton
closed
6 years ago
2
statement inside curly braces should be on next line(arrow functions)
#97
nixoncode
closed
6 years ago
2
node js style guide with ES6 standards.
#96
gaurav786shukla
opened
7 years ago
1
Early return from a function is not always a good idea.
#95
baynes
opened
7 years ago
2
Translate it to Chinese
#94
dwqs
opened
7 years ago
0
Object / Array creation - trailing comma on last key
#93
freebeans
opened
7 years ago
0
Make heading levels consistent
#92
faheel
closed
7 years ago
1
else/else if on newline
#91
rumkin
opened
7 years ago
6
Closure confusion
#90
oreliable
opened
8 years ago
2
Ternary operators, again
#89
lxg
opened
8 years ago
2
.editorconfig file
#88
fboes
closed
8 years ago
1
naming of files
#87
rdpoor
closed
8 years ago
2
Update .eslintrc
#86
ezraroi
closed
8 years ago
1
[breaking] Change "space-after-keywords" ESLint rule to "keyword-spacing"
#85
pdehaan
opened
8 years ago
0
ESLint: space-after-keywords replaced by keyword-spacing
#84
nerdenough
opened
8 years ago
2
Initial
#83
ndaidong
closed
8 years ago
0
Updated the === operator example
#82
blowsie
opened
8 years ago
0
Fix a typo (indention → indentation)
#81
rummik
closed
9 years ago
0
Add module.exports for ESLint and JSHint rules
#80
pdehaan
closed
9 years ago
8
Created headers and reposition rules
#79
GPHofficial
closed
9 years ago
4
Patch for #58 and #15
#78
GPHofficial
closed
9 years ago
2
Some suggestions
#77
eadmundo
closed
9 years ago
1
TOC
#76
thiagodelgado111
closed
8 years ago
0
Fixing original toc
#75
thiagodelgado111
closed
9 years ago
2
Spacing after keywords
#74
micwehrle
closed
8 years ago
1
As the name abbreviations?
#73
batazor
closed
9 years ago
1
Adding package.json file
#72
pdehaan
closed
9 years ago
2
Update deprecated space-in-brackets ESLint rule
#71
pdehaan
closed
9 years ago
3
Rule 'space-in-brackets' was removed and replaced by: object-curly-spacing, array-bracket-spacing, computed-property-spacing
#70
pdehaan
closed
9 years ago
0
Push to npm
#69
callumacrae
closed
9 years ago
7
The .jshintrc doesn't meet your standrads
#68
frederickbrock
closed
9 years ago
2
Object.freeze
#67
PigBoT
opened
9 years ago
2
Added a section to explain when to use delete keyword
#66
garukun
closed
9 years ago
0
Add section to explain creating classes
#65
garukun
closed
9 years ago
0
Updates style guide introduction
#64
garukun
closed
9 years ago
0
Update style guide introduction only
#63
garukun
closed
9 years ago
1
Why 2 space indentation
#62
xyz1hang
closed
9 years ago
6
Why declare multiple var is right in node.js but wrong in javascript
#61
lovedota
closed
9 years ago
2
ESLint: Strings must use doublequote
#60
ORESoftware
opened
9 years ago
1
Why name your closures?
#59
RyanDawkins
closed
9 years ago
1
const is a part of ECMAScript 6
#58
LinusU
closed
9 years ago
1
Update .eslintrc
#57
titouandk
closed
9 years ago
1
Allow docblocks
#56
callumacrae
closed
9 years ago
5
Fix extra parens
#55
hzoo
closed
9 years ago
1
.jscsrc
#54
iamstarkov
closed
9 years ago
3
Avoid the `with` keyword
#53
rsumilang
closed
6 years ago
2
Next