mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-22 03:29:43 +00:00
fix lint; add eslint
This commit is contained in:
parent
97c45bce8c
commit
f450bf2e6a
3
.gitignore
vendored
3
.gitignore
vendored
@ -12,4 +12,5 @@ test_app/.embark/development/
|
||||
test_app/config/production/password
|
||||
test_app/node_modules/
|
||||
test_app/chains.json
|
||||
.idea
|
||||
.idea
|
||||
.eslintrc.json
|
||||
|
@ -11,7 +11,7 @@ const Templates = {
|
||||
web3_connector: require('./code_templates/web3-connector.js.ejs'),
|
||||
do_when_loaded: require('./code_templates/do-when-loaded.js.ejs'),
|
||||
exec_when_env_loaded: require('./code_templates/exec-when-env-loaded.js.ejs')
|
||||
}
|
||||
};
|
||||
|
||||
class CodeGenerator {
|
||||
constructor(options) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user