Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 2d0263f

Browse files
Proper file headers
1 parent 4e5a0e6 commit 2d0263f

File tree

11 files changed

+88
-0
lines changed

11 files changed

+88
-0
lines changed

coding-styles/base.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

environments/nodejs/best-practices.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

environments/nodejs/known-errors.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

environments/nodejs/latest.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

environments/nodejs/legacy.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

environments/nodejs/optional.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

standard/best-practices.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

standard/known-errors.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

standard/optional.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

undecided.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

unused.js

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/**
2+
* js-coding-standards
3+
*
4+
* @author Robert Rossmann <[email protected]>
5+
* @copyright 2016 STRV
6+
* @license http://choosealicense.com/licenses/bsd-3-clause BSD-3-Clause License
7+
*/
8+
19
'use strict'
210

311
module.exports = {

0 commit comments

Comments
 (0)