Skip to content

Commit

Permalink
Merge branch 'promote-release-v0.3.4-update-deps.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath101 committed Dec 22, 2020
2 parents ac9419f + 199f08d commit 67a5267
Show file tree
Hide file tree
Showing 27 changed files with 3,876 additions and 512 deletions.
8 changes: 8 additions & 0 deletions .eslintingnore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
node_modules/
.idea/
.DS_Store
*npm-debug.log
log/
coverage/
*config.json
.nyc_output
14 changes: 14 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
"use strict";

module.exports = {
extends: [ "leankit", "leankit/es6" ],
rules: {
strict: [ "error", "global" ],
"init-declarations": 0,
"global-require": 0,
"max-statements": [ "error", { max: 35 } ]
},
parserOptions: {
ecmaVersion: 2017
}
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ server/log
client/coverage
_spec-tmp
/coverage
.nyc_output
99 changes: 0 additions & 99 deletions .jshintrc

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.18
49 changes: 0 additions & 49 deletions gulpfile.js

This file was deleted.

4 changes: 3 additions & 1 deletion log.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require( './src/log' );
"use strict";

module.exports = require( "./src/log" );
Loading

0 comments on commit 67a5267

Please sign in to comment.