added unit testing, and started implementing unit tests...phew
This commit is contained in:
14
node_modules/growl/.eslintrc.json
generated
vendored
Normal file
14
node_modules/growl/.eslintrc.json
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"extends": ["airbnb-base", "eslint:recommended", "plugin:node/recommended"],
|
||||
"plugins": [
|
||||
"import",
|
||||
"node"
|
||||
],
|
||||
"rules": {
|
||||
"no-console": ["error", { "allow": ["warn", "error"] }]
|
||||
},
|
||||
"env": {
|
||||
"node": true,
|
||||
"es6": true
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user