Skip to content

Commit f450bf2

Browse files
committed
fix lint; add eslint
1 parent 97c45bc commit f450bf2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ test_app/.embark/development/
1212
test_app/config/production/password
1313
test_app/node_modules/
1414
test_app/chains.json
15-
.idea
15+
.idea
16+
.eslintrc.json

lib/contracts/code_generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Templates = {
1111
web3_connector: require('./code_templates/web3-connector.js.ejs'),
1212
do_when_loaded: require('./code_templates/do-when-loaded.js.ejs'),
1313
exec_when_env_loaded: require('./code_templates/exec-when-env-loaded.js.ejs')
14-
}
14+
};
1515

1616
class CodeGenerator {
1717
constructor(options) {

0 commit comments

Comments
 (0)