add lisp packages
This commit is contained in:
13
lisp/emacs-application-framework/app/mermaid/node_modules/dagre-d3/.eslintrc.json
generated
vendored
Normal file
13
lisp/emacs-application-framework/app/mermaid/node_modules/dagre-d3/.eslintrc.json
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"env": {
|
||||
"browser": true,
|
||||
"node": true,
|
||||
"mocha": true
|
||||
},
|
||||
"extends": "eslint:recommended",
|
||||
"rules": {
|
||||
"indent": [ "error", 2 ],
|
||||
"linebreak-style": [ "error", "unix" ],
|
||||
"semi": [ "error", "always" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user